Html Css Color HEX #DB006F Razzmatazz

📋 copy color: '#DB006F'

red 219 ◦ green 0 ◦ blue 111

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

Shades of Razzmatazz #DB006F

Tints of Razzmatazz #DB006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.64%

R = 66.36%
G = 0%
B = 33.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB006F (or 0xDB006F) is known color: Razzmatazz. HEX triplet: DB, 00 and 6F. RGB value is (219,0,111). Sum of RGB (Red+Green+Blue) = 219+0+111=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB006F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB006F is #24FF90. Grayscale: #4D4D4D. Windows color (decimal): -2424721 or 7274715. OLE color: 7274715.

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

Color convert

RGB 219 0 111 -
CMYK 0 1 0.49 0.14
HSL 329.59º 1% 0.43% -
HSV(B) 329.59º 1% 0.86% -
XYZ 32.08 16.21 16.48 -
YUV 78.14 146.55 228.47 -
System Red Green Blue C M Y K H S L
Decimal 219 0 111 0 1 0.49 0.14 329.59 1 0.43
Hex DB 0 6F 0 64 31 E 14A 64 2B
Octal 333 0 157 0 144 61 16 512 144 53
Binary 11011011 0 1101111 0 1100100 110001 1110 101001010 1100100 101011

Color Harmonies of #DB006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB006F

Black with #DB006F

Text Example


Text Example

White with #DB006F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB006F; }

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

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

background-color css

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

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

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

border-color css

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

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

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