Html Css Color HEX #D1358C Deep Cerise

📋 copy color: '#D1358C'

red 209 ◦ green 53 ◦ blue 140

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

Shades of Deep Cerise #D1358C

Tints of Deep Cerise #D1358C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.83%

R = 51.99%
G = 13.18%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1358C (or 0xD1358C) is known color: Deep Cerise. HEX triplet: D1, 35 and 8C. RGB value is (209,53,140). Sum of RGB (Red+Green+Blue) = 209+53+140=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 53 (21.09% from 255 or 13.18% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D1358C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1358C is #2ECA73. Grayscale: #6D6D6D. Windows color (decimal): -3066484 or 9188817. OLE color: 9188817.

HSL color Cylindrical-coordinate representation of color #D1358C: hue angle of 326.54º 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 #D1358C is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 53 140 -
CMYK 0 0.75 0.33 0.18
HSL 326.54º 0.63% 0.51% -
HSV(B) 326.54º 0.75% 0.82% -
XYZ 32.3 17.99 26.58 -
YUV 109.56 145.18 198.93 -
System Red Green Blue C M Y K H S L
Decimal 209 53 140 0 0.75 0.33 0.18 326.54 0.63 0.51
Hex D1 35 8C 0 4B 21 12 147 3F 33
Octal 321 65 214 0 113 41 22 507 77 63
Binary 11010001 110101 10001100 0 1001011 100001 10010 101000111 111111 110011

Color Harmonies of #D1358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1358C

Black with #D1358C

Text Example


Text Example

White with #D1358C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1358C; }

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

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

background-color css

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

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

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

border-color css

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

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

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