Html Css Color HEX #DB016E Razzmatazz

📋 copy color: '#DB016E'

red 219 ◦ green 1 ◦ blue 110

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

Shades of Razzmatazz #DB016E

Tints of Razzmatazz #DB016E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 110 (43.36% from 255) = 33.33%

R = 66.36%
G = 0.3%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB016E (or 0xDB016E) is known color: Razzmatazz. HEX triplet: DB, 01 and 6E. RGB value is (219,1,110). Sum of RGB (Red+Green+Blue) = 219+1+110=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB016E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB016E is #24FE91. Grayscale: #4E4E4E. Windows color (decimal): -2424466 or 7209435. OLE color: 7209435.

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

Color convert

RGB 219 1 110 -
CMYK 0 1.00 0.50 0.14
HSL 330º 0.99% 0.43% -
HSV(B) 330º 1% 0.86% -
XYZ 32.04 16.21 16.19 -
YUV 78.61 145.72 228.14 -
System Red Green Blue C M Y K H S L
Decimal 219 1 110 0 1.00 0.50 0.14 330 0.99 0.43
Hex DB 1 6E 0 64 32 E 14A 63 2B
Octal 333 1 156 0 144 62 16 512 143 53
Binary 11011011 1 1101110 0 1100100 110010 1110 101001010 1100011 101011

Color Harmonies of #DB016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB016E

Black with #DB016E

Text Example


Text Example

White with #DB016E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB016E; }

 p { color: rgb(219,1,110); }

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

background-color css

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

 a { background-color: rgb(219,1,110); }

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

border-color css

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

 span { border-color: rgb(219,1,110); }

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