Html Css Color HEX #D9385A Cerise

📋 copy color: '#D9385A'

red 217 ◦ green 56 ◦ blue 90

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

Shades of Cerise #D9385A

Tints of Cerise #D9385A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.79%

R = 59.78%
G = 15.43%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D9385A (or 0xD9385A) is known color: Cerise. HEX triplet: D9, 38 and 5A. RGB value is (217,56,90). Sum of RGB (Red+Green+Blue) = 217+56+90=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D9385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9385A is #26C7A5. Grayscale: #6C6C6C. Windows color (decimal): -2541478 or 5912793. OLE color: 5912793.

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

Color convert

RGB 217 56 90 -
CMYK 0 0.74 0.59 0.15
HSL 347.33º 0.68% 0.54% -
HSV(B) 347.33º 0.74% 0.85% -
XYZ 31.87 18.32 11.53 -
YUV 108.02 117.84 205.74 -
System Red Green Blue C M Y K H S L
Decimal 217 56 90 0 0.74 0.59 0.15 347.33 0.68 0.54
Hex D9 38 5A 0 4A 3B F 15B 44 36
Octal 331 70 132 0 112 73 17 533 104 66
Binary 11011001 111000 1011010 0 1001010 111011 1111 101011011 1000100 110110

Color Harmonies of #D9385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9385A

Black with #D9385A

Text Example


Text Example

White with #D9385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9385A; }

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

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

background-color css

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

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

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

border-color css

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

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

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