Html Css Color HEX #D8249B Deep Cerise

📋 copy color: '#D8249B'

red 216 ◦ green 36 ◦ blue 155

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

Shades of Deep Cerise #D8249B

Tints of Deep Cerise #D8249B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.85%

 BLUE value IS 155 (60.94% from 255) = 38.08%

R = 53.07%
G = 8.85%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D8249B (or 0xD8249B) is known color: Deep Cerise. HEX triplet: D8, 24 and 9B. RGB value is (216,36,155). Sum of RGB (Red+Green+Blue) = 216+36+155=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 36 (14.45% from 255 or 8.85% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D8249B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8249B is #27DB64. Grayscale: #676767. Windows color (decimal): -2612069 or 10167512. OLE color: 10167512.

HSL color Cylindrical-coordinate representation of color #D8249B: hue angle of 320.33º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D8249B is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 36 155 -
CMYK 0 0.83 0.28 0.15
HSL 320.33º 0.71% 0.49% -
HSV(B) 320.33º 0.83% 0.85% -
XYZ 34.87 18.23 32.69 -
YUV 103.39 157.13 208.32 -
System Red Green Blue C M Y K H S L
Decimal 216 36 155 0 0.83 0.28 0.15 320.33 0.71 0.49
Hex D8 24 9B 0 53 1C F 140 47 31
Octal 330 44 233 0 123 34 17 500 107 61
Binary 11011000 100100 10011011 0 1010011 11100 1111 101000000 1000111 110001

Color Harmonies of #D8249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8249B

Black with #D8249B

Text Example


Text Example

White with #D8249B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8249B; }

 p { color: rgb(216,36,155); }

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

background-color css

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

 a { background-color: rgb(216,36,155); }

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

border-color css

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

 span { border-color: rgb(216,36,155); }

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