Html Css Color HEX #D6016A Razzmatazz

📋 copy color: '#D6016A'

red 214 ◦ green 1 ◦ blue 106

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

Shades of Razzmatazz #D6016A

Tints of Razzmatazz #D6016A

RGB

 RED value IS 214 (83.98% from 255) = 66.67%

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

 BLUE value IS 106 (41.8% from 255) = 33.02%

R = 66.67%
G = 0.31%
B = 33.02%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6016A (or 0xD6016A) is known color: Razzmatazz. HEX triplet: D6, 01 and 6A. RGB value is (214,1,106). Sum of RGB (Red+Green+Blue) = 214+1+106=321 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.67% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 214 - color contains mainly: red. Hex color #D6016A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6016A is #29FE95. Grayscale: #4C4C4C. Windows color (decimal): -2752150 or 6947286. OLE color: 6947286.

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

Color convert

RGB 214 1 106 -
CMYK 0 1.00 0.50 0.16
HSL 330.42º 0.99% 0.42% -
HSV(B) 330.42º 1% 0.84% -
XYZ 30.34 15.36 15 -
YUV 76.66 144.57 225.96 -
System Red Green Blue C M Y K H S L
Decimal 214 1 106 0 1.00 0.50 0.16 330.42 0.99 0.42
Hex D6 1 6A 0 64 32 10 14A 63 2A
Octal 326 1 152 0 144 62 20 512 143 52
Binary 11010110 1 1101010 0 1100100 110010 10000 101001010 1100011 101010

Color Harmonies of #D6016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6016A

Black with #D6016A

Text Example


Text Example

White with #D6016A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6016A; }

 p { color: rgb(214,1,106); }

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

background-color css

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

 a { background-color: rgb(214,1,106); }

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

border-color css

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

 span { border-color: rgb(214,1,106); }

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