Html Css Color HEX #D9438C Deep Cerise

📋 copy color: '#D9438C'

red 217 ◦ green 67 ◦ blue 140

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

Shades of Deep Cerise #D9438C

Tints of Deep Cerise #D9438C

RGB

 RED value IS 217 (85.16% from 255) = 51.18%

 GREEN value IS 67 (26.56% from 255) = 15.8%

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

R = 51.18%
G = 15.8%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9438C (or 0xD9438C) is known color: Deep Cerise. HEX triplet: D9, 43 and 8C. RGB value is (217,67,140). Sum of RGB (Red+Green+Blue) = 217+67+140=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 67 (26.56% from 255 or 15.80% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D9438C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9438C is #26BC73. Grayscale: #787878. Windows color (decimal): -2538612 or 9192409. OLE color: 9192409.

HSL color Cylindrical-coordinate representation of color #D9438C: hue angle of 330.8º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D9438C is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 67 140 -
CMYK 0 0.69 0.35 0.15
HSL 330.8º 0.66% 0.56% -
HSV(B) 330.8º 0.69% 0.85% -
XYZ 35.36 20.66 26.94 -
YUV 120.17 139.2 197.06 -
System Red Green Blue C M Y K H S L
Decimal 217 67 140 0 0.69 0.35 0.15 330.8 0.66 0.56
Hex D9 43 8C 0 45 23 F 14B 42 38
Octal 331 103 214 0 105 43 17 513 102 70
Binary 11011001 1000011 10001100 0 1000101 100011 1111 101001011 1000010 111000

Color Harmonies of #D9438C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9438C

Black with #D9438C

Text Example


Text Example

White with #D9438C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9438C; }

 p { color: rgb(217,67,140); }

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

background-color css

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

 a { background-color: rgb(217,67,140); }

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

border-color css

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

 span { border-color: rgb(217,67,140); }

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