Html Css Color HEX #D8385A Cerise

📋 copy color: '#D8385A'

red 216 ◦ green 56 ◦ blue 90

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

Shades of Cerise #D8385A

Tints of Cerise #D8385A

RGB

 RED value IS 216 (84.77% from 255) = 59.67%

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

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

R = 59.67%
G = 15.47%
B = 24.86%

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

#D8385A (or 0xD8385A) is known color: Cerise. HEX triplet: D8, 38 and 5A. RGB value is (216,56,90). Sum of RGB (Red+Green+Blue) = 216+56+90=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 56 (22.27% from 255 or 15.47% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D8385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8385A is #27C7A5. Grayscale: #6B6B6B. Windows color (decimal): -2607014 or 5912792. OLE color: 5912792.

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

Color convert

RGB 216 56 90 -
CMYK 0 0.74 0.58 0.15
HSL 347.25º 0.67% 0.53% -
HSV(B) 347.25º 0.74% 0.85% -
XYZ 31.58 18.17 11.51 -
YUV 107.72 118.01 205.24 -
System Red Green Blue C M Y K H S L
Decimal 216 56 90 0 0.74 0.58 0.15 347.25 0.67 0.53
Hex D8 38 5A 0 4A 3A F 15B 43 35
Octal 330 70 132 0 112 72 17 533 103 65
Binary 11011000 111000 1011010 0 1001010 111010 1111 101011011 1000011 110101

Color Harmonies of #D8385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8385A

Black with #D8385A

Text Example


Text Example

White with #D8385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8385A; }

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

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

background-color css

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

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

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

border-color css

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

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

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