Html Css Color HEX #D8248C Deep Cerise

📋 copy color: '#D8248C'

red 216 ◦ green 36 ◦ blue 140

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

Shades of Deep Cerise #D8248C

Tints of Deep Cerise #D8248C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.71%

R = 55.1%
G = 9.18%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8248C (or 0xD8248C) is known color: Deep Cerise. HEX triplet: D8, 24 and 8C. RGB value is (216,36,140). Sum of RGB (Red+Green+Blue) = 216+36+140=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 36 (14.45% from 255 or 9.18% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D8248C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8248C is #27DB73. Grayscale: #656565. Windows color (decimal): -2612084 or 9184472. OLE color: 9184472.

HSL color Cylindrical-coordinate representation of color #D8248C: hue angle of 325.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 #D8248C is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 36 140 -
CMYK 0 0.83 0.35 0.15
HSL 325.33º 0.71% 0.49% -
HSV(B) 325.33º 0.83% 0.85% -
XYZ 33.68 17.75 26.46 -
YUV 101.68 149.63 209.54 -
System Red Green Blue C M Y K H S L
Decimal 216 36 140 0 0.83 0.35 0.15 325.33 0.71 0.49
Hex D8 24 8C 0 53 23 F 145 47 31
Octal 330 44 214 0 123 43 17 505 107 61
Binary 11011000 100100 10001100 0 1010011 100011 1111 101000101 1000111 110001

Color Harmonies of #D8248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8248C

Black with #D8248C

Text Example


Text Example

White with #D8248C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8248C; }

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

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

background-color css

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

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

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

border-color css

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

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

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