Html Css Color HEX #D1359C Deep Cerise

📋 copy color: '#D1359C'

red 209 ◦ green 53 ◦ blue 156

#D1359C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D1359C

Tints of Deep Cerise #D1359C

RGB

 RED value IS 209 (82.03% from 255) = 50%

 GREEN value IS 53 (21.09% from 255) = 12.68%

 BLUE value IS 156 (61.33% from 255) = 37.32%

R = 50%
G = 12.68%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D1359C (or 0xD1359C) is known color: Deep Cerise. HEX triplet: D1, 35 and 9C. RGB value is (209,53,156). Sum of RGB (Red+Green+Blue) = 209+53+156=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 53 (21.09% from 255 or 12.68% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D1359C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1359C is #2ECA63. Grayscale: #6F6F6F. Windows color (decimal): -3066468 or 10237393. OLE color: 10237393.

HSL color Cylindrical-coordinate representation of color #D1359C: hue angle of 320.38º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1359C is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 53 156 -
CMYK 0 0.75 0.25 0.18
HSL 320.38º 0.63% 0.51% -
HSV(B) 320.38º 0.75% 0.82% -
XYZ 33.57 18.5 33.25 -
YUV 111.39 153.18 197.62 -
System Red Green Blue C M Y K H S L
Decimal 209 53 156 0 0.75 0.25 0.18 320.38 0.63 0.51
Hex D1 35 9C 0 4B 19 12 140 3F 33
Octal 321 65 234 0 113 31 22 500 77 63
Binary 11010001 110101 10011100 0 1001011 11001 10010 101000000 111111 110011

Color Harmonies of #D1359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1359C

Black with #D1359C

Text Example


Text Example

White with #D1359C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1359C; }

 p { color: rgb(209,53,156); }

 H1.HeaderClassName
 {
   color: #D1359C;
 }
 .AnyTagClassName
 {
   color: #D1359C;
 }
</style>

background-color css

<style>
 a { background-color: #D1359C; }

 a { background-color: rgb(209,53,156); }

 div.DivClassName
 {
   background-color: #D1359C;
 }
 .BgClassName
 {
   background-color: #D1359C;
 }
</style>

border-color css

<style>
 span { border-color: #D1359C; }

 span { border-color: rgb(209,53,156); }

 td.TdClassName
 {
   border-color: #D1359C;
 }
 .TagClassName
 {
   border-color: #D1359C;
 }
</style>