Html Css Color HEX #DB2C5F Cerise

📋 copy color: '#DB2C5F'

red 219 ◦ green 44 ◦ blue 95

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

Shades of Cerise #DB2C5F

Tints of Cerise #DB2C5F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.29%

 BLUE value IS 95 (37.5% from 255) = 26.54%

R = 61.17%
G = 12.29%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB2C5F (or 0xDB2C5F) is known color: Cerise. HEX triplet: DB, 2C and 5F. RGB value is (219,44,95). Sum of RGB (Red+Green+Blue) = 219+44+95=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 44 (17.58% from 255 or 12.29% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2C5F is #24D3A0. Grayscale: #666666. Windows color (decimal): -2413473 or 6237403. OLE color: 6237403.

HSL color Cylindrical-coordinate representation of color #DB2C5F: hue angle of 342.51º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2C5F is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 44 95 -
CMYK 0 0.80 0.57 0.14
HSL 342.51º 0.71% 0.52% -
HSV(B) 342.51º 0.8% 0.86% -
XYZ 32.18 17.69 12.54 -
YUV 102.14 123.98 211.35 -
System Red Green Blue C M Y K H S L
Decimal 219 44 95 0 0.80 0.57 0.14 342.51 0.71 0.52
Hex DB 2C 5F 0 50 39 E 157 47 34
Octal 333 54 137 0 120 71 16 527 107 64
Binary 11011011 101100 1011111 0 1010000 111001 1110 101010111 1000111 110100

Color Harmonies of #DB2C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2C5F

Black with #DB2C5F

Text Example


Text Example

White with #DB2C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2C5F; }

 p { color: rgb(219,44,95); }

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

background-color css

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

 a { background-color: rgb(219,44,95); }

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

border-color css

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

 span { border-color: rgb(219,44,95); }

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