Html Css Color HEX #DB247F Deep Cerise

📋 copy color: '#DB247F'

red 219 ◦ green 36 ◦ blue 127

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

Shades of Deep Cerise #DB247F

Tints of Deep Cerise #DB247F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.25%

R = 57.33%
G = 9.42%
B = 33.25%

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

#DB247F (or 0xDB247F) is known color: Deep Cerise. HEX triplet: DB, 24 and 7F. RGB value is (219,36,127). Sum of RGB (Red+Green+Blue) = 219+36+127=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB247F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB247F is #24DB80. Grayscale: #646464. Windows color (decimal): -2415489 or 8332507. OLE color: 8332507.

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

Color convert

RGB 219 36 127 -
CMYK 0 0.84 0.42 0.14
HSL 330.16º 0.72% 0.5% -
HSV(B) 330.16º 0.84% 0.86% -
XYZ 33.68 17.85 21.75 -
YUV 101.09 142.63 212.1 -
System Red Green Blue C M Y K H S L
Decimal 219 36 127 0 0.84 0.42 0.14 330.16 0.72 0.5
Hex DB 24 7F 0 54 2A E 14A 48 32
Octal 333 44 177 0 124 52 16 512 110 62
Binary 11011011 100100 1111111 0 1010100 101010 1110 101001010 1001000 110010

Color Harmonies of #DB247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB247F

Black with #DB247F

Text Example


Text Example

White with #DB247F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB247F; }

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

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

background-color css

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

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

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

border-color css

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

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

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