Html Css Color HEX #DB226C Cerise

📋 copy color: '#DB226C'

red 219 ◦ green 34 ◦ blue 108

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

Shades of Cerise #DB226C

Tints of Cerise #DB226C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.92%

R = 60.66%
G = 9.42%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB226C (or 0xDB226C) is known color: Cerise. HEX triplet: DB, 22 and 6C. RGB value is (219,34,108). Sum of RGB (Red+Green+Blue) = 219+34+108=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB226C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB226C is #24DD93. Grayscale: #616161. Windows color (decimal): -2416020 or 7086811. OLE color: 7086811.

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

Color convert

RGB 219 34 108 -
CMYK 0 0.84 0.51 0.14
HSL 336º 0.73% 0.5% -
HSV(B) 336º 0.84% 0.86% -
XYZ 32.49 17.29 15.81 -
YUV 97.75 133.79 214.48 -
System Red Green Blue C M Y K H S L
Decimal 219 34 108 0 0.84 0.51 0.14 336 0.73 0.5
Hex DB 22 6C 0 54 33 E 150 49 32
Octal 333 42 154 0 124 63 16 520 111 62
Binary 11011011 100010 1101100 0 1010100 110011 1110 101010000 1001001 110010

Color Harmonies of #DB226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB226C

Black with #DB226C

Text Example


Text Example

White with #DB226C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB226C; }

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

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

background-color css

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

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

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

border-color css

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

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

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