Html Css Color HEX #D9385C Cerise

📋 copy color: '#D9385C'

red 217 ◦ green 56 ◦ blue 92

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

Shades of Cerise #D9385C

Tints of Cerise #D9385C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.21%

R = 59.45%
G = 15.34%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9385C (or 0xD9385C) is known color: Cerise. HEX triplet: D9, 38 and 5C. RGB value is (217,56,92). Sum of RGB (Red+Green+Blue) = 217+56+92=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D9385C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9385C is #26C7A3. Grayscale: #6C6C6C. Windows color (decimal): -2541476 or 6043865. OLE color: 6043865.

HSL color Cylindrical-coordinate representation of color #D9385C: hue angle of 346.58º 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 #D9385C is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 56 92 -
CMYK 0 0.74 0.58 0.15
HSL 346.58º 0.68% 0.54% -
HSV(B) 346.58º 0.74% 0.85% -
XYZ 31.96 18.35 11.98 -
YUV 108.24 118.84 205.57 -
System Red Green Blue C M Y K H S L
Decimal 217 56 92 0 0.74 0.58 0.15 346.58 0.68 0.54
Hex D9 38 5C 0 4A 3A F 15B 44 36
Octal 331 70 134 0 112 72 17 533 104 66
Binary 11011001 111000 1011100 0 1001010 111010 1111 101011011 1000100 110110

Color Harmonies of #D9385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9385C

Black with #D9385C

Text Example


Text Example

White with #D9385C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9385C; }

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

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

background-color css

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

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

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

border-color css

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

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

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