Html Css Color HEX #DB1F7B Deep Cerise

📋 copy color: '#DB1F7B'

red 219 ◦ green 31 ◦ blue 123

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

Shades of Deep Cerise #DB1F7B

Tints of Deep Cerise #DB1F7B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.31%

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

R = 58.71%
G = 8.31%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB1F7B (or 0xDB1F7B) is known color: Deep Cerise. HEX triplet: DB, 1F and 7B. RGB value is (219,31,123). Sum of RGB (Red+Green+Blue) = 219+31+123=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1F7B is #24E084. Grayscale: #616161. Windows color (decimal): -2416773 or 8069083. OLE color: 8069083.

HSL color Cylindrical-coordinate representation of color #DB1F7B: hue angle of 330.64º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB1F7B is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 31 123 -
CMYK 0 0.86 0.44 0.14
HSL 330.64º 0.75% 0.49% -
HSV(B) 330.64º 0.86% 0.86% -
XYZ 33.28 17.47 20.36 -
YUV 97.7 142.28 214.52 -
System Red Green Blue C M Y K H S L
Decimal 219 31 123 0 0.86 0.44 0.14 330.64 0.75 0.49
Hex DB 1F 7B 0 56 2C E 14B 4B 31
Octal 333 37 173 0 126 54 16 513 113 61
Binary 11011011 11111 1111011 0 1010110 101100 1110 101001011 1001011 110001

Color Harmonies of #DB1F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1F7B

Black with #DB1F7B

Text Example


Text Example

White with #DB1F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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