Html Css Color HEX #DB247E Deep Cerise

📋 copy color: '#DB247E'

red 219 ◦ green 36 ◦ blue 126

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

Shades of Deep Cerise #DB247E

Tints of Deep Cerise #DB247E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.07%

R = 57.48%
G = 9.45%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB247E (or 0xDB247E) is known color: Deep Cerise. HEX triplet: DB, 24 and 7E. RGB value is (219,36,126). Sum of RGB (Red+Green+Blue) = 219+36+126=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB247E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB247E is #24DB81. Grayscale: #646464. Windows color (decimal): -2415490 or 8266971. OLE color: 8266971.

HSL color Cylindrical-coordinate representation of color #DB247E: hue angle of 330.49º 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 #DB247E is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 36 126 -
CMYK 0 0.84 0.42 0.14
HSL 330.49º 0.72% 0.5% -
HSV(B) 330.49º 0.84% 0.86% -
XYZ 33.61 17.83 21.41 -
YUV 100.98 142.13 212.18 -
System Red Green Blue C M Y K H S L
Decimal 219 36 126 0 0.84 0.42 0.14 330.49 0.72 0.5
Hex DB 24 7E 0 54 2A E 14A 48 32
Octal 333 44 176 0 124 52 16 512 110 62
Binary 11011011 100100 1111110 0 1010100 101010 1110 101001010 1001000 110010

Color Harmonies of #DB247E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB247E

Black with #DB247E

Text Example


Text Example

White with #DB247E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB247E; }

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

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

background-color css

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

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

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

border-color css

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

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

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