Html Css Color HEX #DB248E Deep Cerise

📋 copy color: '#DB248E'

red 219 ◦ green 36 ◦ blue 142

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

Shades of Deep Cerise #DB248E

Tints of Deep Cerise #DB248E

RGB

 RED value IS 219 (85.94% from 255) = 55.16%

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

 BLUE value IS 142 (55.86% from 255) = 35.77%

R = 55.16%
G = 9.07%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB248E (or 0xDB248E) is known color: Deep Cerise. HEX triplet: DB, 24 and 8E. RGB value is (219,36,142). Sum of RGB (Red+Green+Blue) = 219+36+142=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 36 (14.45% from 255 or 9.07% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB248E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB248E is #24DB71. Grayscale: #666666. Windows color (decimal): -2415474 or 9315547. OLE color: 9315547.

HSL color Cylindrical-coordinate representation of color #DB248E: hue angle of 325.25º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB248E is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 36 142 -
CMYK 0 0.84 0.35 0.14
HSL 325.25º 0.72% 0.5% -
HSV(B) 325.25º 0.84% 0.86% -
XYZ 34.73 18.27 27.29 -
YUV 102.8 150.13 210.88 -
System Red Green Blue C M Y K H S L
Decimal 219 36 142 0 0.84 0.35 0.14 325.25 0.72 0.5
Hex DB 24 8E 0 54 23 E 145 48 32
Octal 333 44 216 0 124 43 16 505 110 62
Binary 11011011 100100 10001110 0 1010100 100011 1110 101000101 1001000 110010

Color Harmonies of #DB248E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB248E

Black with #DB248E

Text Example


Text Example

White with #DB248E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB248E; }

 p { color: rgb(219,36,142); }

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

background-color css

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

 a { background-color: rgb(219,36,142); }

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

border-color css

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

 span { border-color: rgb(219,36,142); }

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