Html Css Color HEX #D9387A Deep Cerise

📋 copy color: '#D9387A'

red 217 ◦ green 56 ◦ blue 122

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

Shades of Deep Cerise #D9387A

Tints of Deep Cerise #D9387A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.18%

 BLUE value IS 122 (48.05% from 255) = 30.89%

R = 54.94%
G = 14.18%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D9387A (or 0xD9387A) is known color: Deep Cerise. HEX triplet: D9, 38 and 7A. RGB value is (217,56,122). Sum of RGB (Red+Green+Blue) = 217+56+122=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D9387A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9387A is #26C785. Grayscale: #6F6F6F. Windows color (decimal): -2541446 or 8009945. OLE color: 8009945.

HSL color Cylindrical-coordinate representation of color #D9387A: hue angle of 335.4º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D9387A is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 56 122 -
CMYK 0 0.74 0.44 0.15
HSL 335.4º 0.68% 0.54% -
HSV(B) 335.4º 0.74% 0.85% -
XYZ 33.54 18.99 20.31 -
YUV 111.66 133.84 203.13 -
System Red Green Blue C M Y K H S L
Decimal 217 56 122 0 0.74 0.44 0.15 335.4 0.68 0.54
Hex D9 38 7A 0 4A 2C F 14F 44 36
Octal 331 70 172 0 112 54 17 517 104 66
Binary 11011001 111000 1111010 0 1001010 101100 1111 101001111 1000100 110110

Color Harmonies of #D9387A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9387A

Black with #D9387A

Text Example


Text Example

White with #D9387A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9387A; }

 p { color: rgb(217,56,122); }

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

background-color css

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

 a { background-color: rgb(217,56,122); }

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

border-color css

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

 span { border-color: rgb(217,56,122); }

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