Html Css Color HEX #DB2264 Cerise

📋 copy color: '#DB2264'

red 219 ◦ green 34 ◦ blue 100

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

Shades of Cerise #DB2264

Tints of Cerise #DB2264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.33%

R = 62.04%
G = 9.63%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB2264 (or 0xDB2264) is known color: Cerise. HEX triplet: DB, 22 and 64. RGB value is (219,34,100). Sum of RGB (Red+Green+Blue) = 219+34+100=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2264 is #24DD9B. Grayscale: #606060. Windows color (decimal): -2416028 or 6562523. OLE color: 6562523.

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

Color convert

RGB 219 34 100 -
CMYK 0 0.84 0.54 0.14
HSL 338.59º 0.73% 0.5% -
HSV(B) 338.59º 0.84% 0.86% -
XYZ 32.09 17.12 13.67 -
YUV 96.84 129.79 215.13 -
System Red Green Blue C M Y K H S L
Decimal 219 34 100 0 0.84 0.54 0.14 338.59 0.73 0.5
Hex DB 22 64 0 54 36 E 153 49 32
Octal 333 42 144 0 124 66 16 523 111 62
Binary 11011011 100010 1100100 0 1010100 110110 1110 101010011 1001001 110010

Color Harmonies of #DB2264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2264

Black with #DB2264

Text Example


Text Example

White with #DB2264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2264; }

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

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

background-color css

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

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

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

border-color css

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

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

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