Html Css Color HEX #DB2A7F Deep Cerise

📋 copy color: '#DB2A7F'

red 219 ◦ green 42 ◦ blue 127

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

Shades of Deep Cerise #DB2A7F

Tints of Deep Cerise #DB2A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.73%

R = 56.44%
G = 10.82%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB2A7F (or 0xDB2A7F) is known color: Deep Cerise. HEX triplet: DB, 2A and 7F. RGB value is (219,42,127). Sum of RGB (Red+Green+Blue) = 219+42+127=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 42 (16.80% from 255 or 10.82% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2A7F is #24D580. Grayscale: #686868. Windows color (decimal): -2413953 or 8334043. OLE color: 8334043.

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

Color convert

RGB 219 42 127 -
CMYK 0 0.81 0.42 0.14
HSL 331.19º 0.71% 0.51% -
HSV(B) 331.19º 0.81% 0.86% -
XYZ 33.87 18.25 21.82 -
YUV 104.61 140.64 209.59 -
System Red Green Blue C M Y K H S L
Decimal 219 42 127 0 0.81 0.42 0.14 331.19 0.71 0.51
Hex DB 2A 7F 0 51 2A E 14B 47 33
Octal 333 52 177 0 121 52 16 513 107 63
Binary 11011011 101010 1111111 0 1010001 101010 1110 101001011 1000111 110011

Color Harmonies of #DB2A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2A7F

Black with #DB2A7F

Text Example


Text Example

White with #DB2A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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