Html Css Color HEX #DB226E Cerise

📋 copy color: '#DB226E'

red 219 ◦ green 34 ◦ blue 110

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

Shades of Cerise #DB226E

Tints of Cerise #DB226E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.3%

R = 60.33%
G = 9.37%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB226E (or 0xDB226E) is known color: Cerise. HEX triplet: DB, 22 and 6E. RGB value is (219,34,110). Sum of RGB (Red+Green+Blue) = 219+34+110=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB226E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB226E is #24DD91. Grayscale: #616161. Windows color (decimal): -2416018 or 7217883. OLE color: 7217883.

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

Color convert

RGB 219 34 110 -
CMYK 0 0.84 0.50 0.14
HSL 335.35º 0.73% 0.5% -
HSV(B) 335.35º 0.84% 0.86% -
XYZ 32.6 17.33 16.38 -
YUV 97.98 134.79 214.32 -
System Red Green Blue C M Y K H S L
Decimal 219 34 110 0 0.84 0.50 0.14 335.35 0.73 0.5
Hex DB 22 6E 0 54 32 E 14F 49 32
Octal 333 42 156 0 124 62 16 517 111 62
Binary 11011011 100010 1101110 0 1010100 110010 1110 101001111 1001001 110010

Color Harmonies of #DB226E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB226E

Black with #DB226E

Text Example


Text Example

White with #DB226E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB226E; }

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

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

background-color css

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

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

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

border-color css

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

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

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