Html Css Color HEX #D8385B Cerise

📋 copy color: '#D8385B'

red 216 ◦ green 56 ◦ blue 91

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

Shades of Cerise #D8385B

Tints of Cerise #D8385B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.07%

R = 59.5%
G = 15.43%
B = 25.07%

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

#D8385B (or 0xD8385B) is known color: Cerise. HEX triplet: D8, 38 and 5B. RGB value is (216,56,91). Sum of RGB (Red+Green+Blue) = 216+56+91=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D8385B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8385B is #27C7A4. Grayscale: #6B6B6B. Windows color (decimal): -2607013 or 5978328. OLE color: 5978328.

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

Color convert

RGB 216 56 91 -
CMYK 0 0.74 0.58 0.15
HSL 346.88º 0.67% 0.53% -
HSV(B) 346.88º 0.74% 0.85% -
XYZ 31.62 18.18 11.74 -
YUV 107.83 118.51 205.15 -
System Red Green Blue C M Y K H S L
Decimal 216 56 91 0 0.74 0.58 0.15 346.88 0.67 0.53
Hex D8 38 5B 0 4A 3A F 15B 43 35
Octal 330 70 133 0 112 72 17 533 103 65
Binary 11011000 111000 1011011 0 1001010 111010 1111 101011011 1000011 110101

Color Harmonies of #D8385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8385B

Black with #D8385B

Text Example


Text Example

White with #D8385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8385B; }

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

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

background-color css

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

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

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

border-color css

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

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

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