Html Css Color HEX #D6016B Razzmatazz

📋 copy color: '#D6016B'

red 214 ◦ green 1 ◦ blue 107

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

Shades of Razzmatazz #D6016B

Tints of Razzmatazz #D6016B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.23%

R = 66.46%
G = 0.31%
B = 33.23%

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

#D6016B (or 0xD6016B) is known color: Razzmatazz. HEX triplet: D6, 01 and 6B. RGB value is (214,1,107). Sum of RGB (Red+Green+Blue) = 214+1+107=322 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.46% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 214 - color contains mainly: red. Hex color #D6016B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6016B is #29FE94. Grayscale: #4C4C4C. Windows color (decimal): -2752149 or 7012822. OLE color: 7012822.

HSL color Cylindrical-coordinate representation of color #D6016B: hue angle of 330.14º 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 #D6016B is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 1 107 -
CMYK 0 1.00 0.50 0.16
HSL 330.14º 0.99% 0.42% -
HSV(B) 330.14º 1% 0.84% -
XYZ 30.4 15.38 15.28 -
YUV 76.77 145.07 225.88 -
System Red Green Blue C M Y K H S L
Decimal 214 1 107 0 1.00 0.50 0.16 330.14 0.99 0.42
Hex D6 1 6B 0 64 32 10 14A 63 2A
Octal 326 1 153 0 144 62 20 512 143 52
Binary 11010110 1 1101011 0 1100100 110010 10000 101001010 1100011 101010

Color Harmonies of #D6016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6016B

Black with #D6016B

Text Example


Text Example

White with #D6016B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6016B; }

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

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

background-color css

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

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

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

border-color css

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

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

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