Html Css Color HEX #DB2A5F Cerise

📋 copy color: '#DB2A5F'

red 219 ◦ green 42 ◦ blue 95

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

Shades of Cerise #DB2A5F

Tints of Cerise #DB2A5F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.8%

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

R = 61.52%
G = 11.8%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB2A5F (or 0xDB2A5F) is known color: Cerise. HEX triplet: DB, 2A and 5F. RGB value is (219,42,95). Sum of RGB (Red+Green+Blue) = 219+42+95=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 42 (16.80% from 255 or 11.80% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2A5F is #24D5A0. Grayscale: #646464. Windows color (decimal): -2413985 or 6236891. OLE color: 6236891.

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

Color convert

RGB 219 42 95 -
CMYK 0 0.81 0.57 0.14
HSL 342.03º 0.71% 0.51% -
HSV(B) 342.03º 0.81% 0.86% -
XYZ 32.11 17.54 12.52 -
YUV 100.97 124.64 212.19 -
System Red Green Blue C M Y K H S L
Decimal 219 42 95 0 0.81 0.57 0.14 342.03 0.71 0.51
Hex DB 2A 5F 0 51 39 E 156 47 33
Octal 333 52 137 0 121 71 16 526 107 63
Binary 11011011 101010 1011111 0 1010001 111001 1110 101010110 1000111 110011

Color Harmonies of #DB2A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2A5F

Black with #DB2A5F

Text Example


Text Example

White with #DB2A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2A5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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