Html Css Color HEX #DB1F8B Deep Cerise

📋 copy color: '#DB1F8B'

red 219 ◦ green 31 ◦ blue 139

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

Shades of Deep Cerise #DB1F8B

Tints of Deep Cerise #DB1F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.73%

R = 56.3%
G = 7.97%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB1F8B (or 0xDB1F8B) is known color: Deep Cerise. HEX triplet: DB, 1F and 8B. RGB value is (219,31,139). Sum of RGB (Red+Green+Blue) = 219+31+139=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 31 (12.5% from 255 or 7.97% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1F8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1F8B is #24E074. Grayscale: #636363. Windows color (decimal): -2416757 or 9117659. OLE color: 9117659.

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

Color convert

RGB 219 31 139 -
CMYK 0 0.86 0.37 0.14
HSL 325.53º 0.75% 0.49% -
HSV(B) 325.53º 0.86% 0.86% -
XYZ 34.36 17.9 26.07 -
YUV 99.52 150.28 213.22 -
System Red Green Blue C M Y K H S L
Decimal 219 31 139 0 0.86 0.37 0.14 325.53 0.75 0.49
Hex DB 1F 8B 0 56 25 E 146 4B 31
Octal 333 37 213 0 126 45 16 506 113 61
Binary 11011011 11111 10001011 0 1010110 100101 1110 101000110 1001011 110001

Color Harmonies of #DB1F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1F8B

Black with #DB1F8B

Text Example


Text Example

White with #DB1F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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