Html Css Color HEX #D6006D Razzmatazz

📋 copy color: '#D6006D'

red 214 ◦ green 0 ◦ blue 109

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

Shades of Razzmatazz #D6006D

Tints of Razzmatazz #D6006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.75%

R = 66.25%
G = 0%
B = 33.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6006D (or 0xD6006D) is known color: Razzmatazz. HEX triplet: D6, 00 and 6D. RGB value is (214,0,109). Sum of RGB (Red+Green+Blue) = 214+0+109=323 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.25% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 214 - color contains mainly: red. Hex color #D6006D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6006D is #29FF92. Grayscale: #4C4C4C. Windows color (decimal): -2752403 or 7143638. OLE color: 7143638.

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

Color convert

RGB 214 0 109 -
CMYK 0 1 0.49 0.16
HSL 329.44º 1% 0.42% -
HSV(B) 329.44º 1% 0.84% -
XYZ 30.49 15.4 15.83 -
YUV 76.41 146.4 226.14 -
System Red Green Blue C M Y K H S L
Decimal 214 0 109 0 1 0.49 0.16 329.44 1 0.42
Hex D6 0 6D 0 64 31 10 149 64 2A
Octal 326 0 155 0 144 61 20 511 144 52
Binary 11010110 0 1101101 0 1100100 110001 10000 101001001 1100100 101010

Color Harmonies of #D6006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6006D

Black with #D6006D

Text Example


Text Example

White with #D6006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6006D; }

 p { color: rgb(214,0,109); }

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

background-color css

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

 a { background-color: rgb(214,0,109); }

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

border-color css

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

 span { border-color: rgb(214,0,109); }

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