Html Css Color HEX #DB237F Deep Cerise

📋 copy color: '#DB237F'

red 219 ◦ green 35 ◦ blue 127

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

Shades of Deep Cerise #DB237F

Tints of Deep Cerise #DB237F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.19%

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

R = 57.48%
G = 9.19%
B = 33.33%

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

#DB237F (or 0xDB237F) is known color: Deep Cerise. HEX triplet: DB, 23 and 7F. RGB value is (219,35,127). Sum of RGB (Red+Green+Blue) = 219+35+127=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 35 (14.06% from 255 or 9.19% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB237F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB237F is #24DC80. Grayscale: #646464. Windows color (decimal): -2415745 or 8332251. OLE color: 8332251.

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

Color convert

RGB 219 35 127 -
CMYK 0 0.84 0.42 0.14
HSL 330º 0.72% 0.5% -
HSV(B) 330º 0.84% 0.86% -
XYZ 33.65 17.79 21.74 -
YUV 100.5 142.96 212.52 -
System Red Green Blue C M Y K H S L
Decimal 219 35 127 0 0.84 0.42 0.14 330 0.72 0.5
Hex DB 23 7F 0 54 2A E 14A 48 32
Octal 333 43 177 0 124 52 16 512 110 62
Binary 11011011 100011 1111111 0 1010100 101010 1110 101001010 1001000 110010

Color Harmonies of #DB237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB237F

Black with #DB237F

Text Example


Text Example

White with #DB237F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB237F; }

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

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

background-color css

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

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

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

border-color css

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

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

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