Html Css Color HEX #DB005F Razzmatazz

📋 copy color: '#DB005F'

red 219 ◦ green 0 ◦ blue 95

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

Shades of Razzmatazz #DB005F

Tints of Razzmatazz #DB005F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 95 (37.5% from 255) = 30.25%

R = 69.75%
G = 0%
B = 30.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB005F (or 0xDB005F) is known color: Razzmatazz. HEX triplet: DB, 00 and 5F. RGB value is (219,0,95). Sum of RGB (Red+Green+Blue) = 219+0+95=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB005F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB005F is #24FFA0. Grayscale: #4C4C4C. Windows color (decimal): -2424737 or 6226139. OLE color: 6226139.

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

Color convert

RGB 219 0 95 -
CMYK 0 1 0.57 0.14
HSL 333.97º 1% 0.43% -
HSV(B) 333.97º 1% 0.86% -
XYZ 31.28 15.89 12.24 -
YUV 76.31 138.55 229.78 -
System Red Green Blue C M Y K H S L
Decimal 219 0 95 0 1 0.57 0.14 333.97 1 0.43
Hex DB 0 5F 0 64 39 E 14E 64 2B
Octal 333 0 137 0 144 71 16 516 144 53
Binary 11011011 0 1011111 0 1100100 111001 1110 101001110 1100100 101011

Color Harmonies of #DB005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB005F

Black with #DB005F

Text Example


Text Example

White with #DB005F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB005F; }

 p { color: rgb(219,0,95); }

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

background-color css

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

 a { background-color: rgb(219,0,95); }

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

border-color css

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

 span { border-color: rgb(219,0,95); }

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