Html Css Color HEX #DB2F7B Deep Cerise

📋 copy color: '#DB2F7B'

red 219 ◦ green 47 ◦ blue 123

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

Shades of Deep Cerise #DB2F7B

Tints of Deep Cerise #DB2F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.62%

R = 56.3%
G = 12.08%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB2F7B (or 0xDB2F7B) is known color: Deep Cerise. HEX triplet: DB, 2F and 7B. RGB value is (219,47,123). Sum of RGB (Red+Green+Blue) = 219+47+123=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 47 (18.75% from 255 or 12.08% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2F7B is #24D084. Grayscale: #6A6A6A. Windows color (decimal): -2412677 or 8073179. OLE color: 8073179.

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

Color convert

RGB 219 47 123 -
CMYK 0 0.79 0.44 0.14
HSL 333.49º 0.7% 0.52% -
HSV(B) 333.49º 0.79% 0.86% -
XYZ 33.81 18.52 20.53 -
YUV 107.09 136.98 207.82 -
System Red Green Blue C M Y K H S L
Decimal 219 47 123 0 0.79 0.44 0.14 333.49 0.7 0.52
Hex DB 2F 7B 0 4F 2C E 14D 46 34
Octal 333 57 173 0 117 54 16 515 106 64
Binary 11011011 101111 1111011 0 1001111 101100 1110 101001101 1000110 110100

Color Harmonies of #DB2F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2F7B

Black with #DB2F7B

Text Example


Text Example

White with #DB2F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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