Html Css Color HEX #DB2F5F Cerise

📋 copy color: '#DB2F5F'

red 219 ◦ green 47 ◦ blue 95

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

Shades of Cerise #DB2F5F

Tints of Cerise #DB2F5F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.02%

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

R = 60.66%
G = 13.02%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB2F5F (or 0xDB2F5F) is known color: Cerise. HEX triplet: DB, 2F and 5F. RGB value is (219,47,95). Sum of RGB (Red+Green+Blue) = 219+47+95=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2F5F is #24D0A0. Grayscale: #676767. Windows color (decimal): -2412705 or 6238171. OLE color: 6238171.

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

Color convert

RGB 219 47 95 -
CMYK 0 0.79 0.57 0.14
HSL 343.26º 0.7% 0.52% -
HSV(B) 343.26º 0.79% 0.86% -
XYZ 32.3 17.92 12.58 -
YUV 103.9 122.98 210.1 -
System Red Green Blue C M Y K H S L
Decimal 219 47 95 0 0.79 0.57 0.14 343.26 0.7 0.52
Hex DB 2F 5F 0 4F 39 E 157 46 34
Octal 333 57 137 0 117 71 16 527 106 64
Binary 11011011 101111 1011111 0 1001111 111001 1110 101010111 1000110 110100

Color Harmonies of #DB2F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2F5F

Black with #DB2F5F

Text Example


Text Example

White with #DB2F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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