Html Css Color HEX #DB226F Cerise

📋 copy color: '#DB226F'

red 219 ◦ green 34 ◦ blue 111

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

Shades of Cerise #DB226F

Tints of Cerise #DB226F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.49%

R = 60.16%
G = 9.34%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB226F (or 0xDB226F) is known color: Cerise. HEX triplet: DB, 22 and 6F. RGB value is (219,34,111). Sum of RGB (Red+Green+Blue) = 219+34+111=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB226F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB226F is #24DD90. Grayscale: #616161. Windows color (decimal): -2416017 or 7283419. OLE color: 7283419.

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

Color convert

RGB 219 34 111 -
CMYK 0 0.84 0.49 0.14
HSL 335.03º 0.73% 0.5% -
HSV(B) 335.03º 0.84% 0.86% -
XYZ 32.65 17.35 16.67 -
YUV 98.09 135.29 214.24 -
System Red Green Blue C M Y K H S L
Decimal 219 34 111 0 0.84 0.49 0.14 335.03 0.73 0.5
Hex DB 22 6F 0 54 31 E 14F 49 32
Octal 333 42 157 0 124 61 16 517 111 62
Binary 11011011 100010 1101111 0 1010100 110001 1110 101001111 1001001 110010

Color Harmonies of #DB226F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB226F

Black with #DB226F

Text Example


Text Example

White with #DB226F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB226F; }

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

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

background-color css

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

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

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

border-color css

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

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

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