Html Css Color HEX #DB2F69 Cerise

📋 copy color: '#DB2F69'

red 219 ◦ green 47 ◦ blue 105

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

Shades of Cerise #DB2F69

Tints of Cerise #DB2F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.3%

R = 59.03%
G = 12.67%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB2F69 (or 0xDB2F69) is known color: Cerise. HEX triplet: DB, 2F and 69. RGB value is (219,47,105). Sum of RGB (Red+Green+Blue) = 219+47+105=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2F69 is #24D096. Grayscale: #686868. Windows color (decimal): -2412695 or 6893531. OLE color: 6893531.

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

Color convert

RGB 219 47 105 -
CMYK 0 0.79 0.52 0.14
HSL 339.77º 0.7% 0.52% -
HSV(B) 339.77º 0.79% 0.86% -
XYZ 32.78 18.11 15.13 -
YUV 105.04 127.98 209.28 -
System Red Green Blue C M Y K H S L
Decimal 219 47 105 0 0.79 0.52 0.14 339.77 0.7 0.52
Hex DB 2F 69 0 4F 34 E 154 46 34
Octal 333 57 151 0 117 64 16 524 106 64
Binary 11011011 101111 1101001 0 1001111 110100 1110 101010100 1000110 110100

Color Harmonies of #DB2F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2F69

Black with #DB2F69

Text Example


Text Example

White with #DB2F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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