Html Css Color HEX #DB227F Deep Cerise

📋 copy color: '#DB227F'

red 219 ◦ green 34 ◦ blue 127

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

Shades of Deep Cerise #DB227F

Tints of Deep Cerise #DB227F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.95%

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

R = 57.63%
G = 8.95%
B = 33.42%

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

#DB227F (or 0xDB227F) is known color: Deep Cerise. HEX triplet: DB, 22 and 7F. RGB value is (219,34,127). Sum of RGB (Red+Green+Blue) = 219+34+127=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 34 (13.67% from 255 or 8.95% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB227F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB227F is #24DD80. Grayscale: #636363. Windows color (decimal): -2416001 or 8331995. OLE color: 8331995.

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

Color convert

RGB 219 34 127 -
CMYK 0 0.84 0.42 0.14
HSL 329.84º 0.73% 0.5% -
HSV(B) 329.84º 0.84% 0.86% -
XYZ 33.62 17.74 21.73 -
YUV 99.92 143.29 212.94 -
System Red Green Blue C M Y K H S L
Decimal 219 34 127 0 0.84 0.42 0.14 329.84 0.73 0.5
Hex DB 22 7F 0 54 2A E 14A 49 32
Octal 333 42 177 0 124 52 16 512 111 62
Binary 11011011 100010 1111111 0 1010100 101010 1110 101001010 1001001 110010

Color Harmonies of #DB227F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB227F

Black with #DB227F

Text Example


Text Example

White with #DB227F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB227F; }

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

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

background-color css

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

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

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

border-color css

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

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

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