Html Css Color HEX #D6005E Razzmatazz

📋 copy color: '#D6005E'

red 214 ◦ green 0 ◦ blue 94

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

Shades of Razzmatazz #D6005E

Tints of Razzmatazz #D6005E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.52%

R = 69.48%
G = 0%
B = 30.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6005E (or 0xD6005E) is known color: Razzmatazz. HEX triplet: D6, 00 and 5E. RGB value is (214,0,94). Sum of RGB (Red+Green+Blue) = 214+0+94=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D6005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6005E is #29FFA1. Grayscale: #4A4A4A. Windows color (decimal): -2752418 or 6160598. OLE color: 6160598.

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

Color convert

RGB 214 0 94 -
CMYK 0 1 0.56 0.16
HSL 333.64º 1% 0.42% -
HSV(B) 333.64º 1% 0.84% -
XYZ 29.75 15.1 11.94 -
YUV 74.7 138.9 227.36 -
System Red Green Blue C M Y K H S L
Decimal 214 0 94 0 1 0.56 0.16 333.64 1 0.42
Hex D6 0 5E 0 64 38 10 14E 64 2A
Octal 326 0 136 0 144 70 20 516 144 52
Binary 11010110 0 1011110 0 1100100 111000 10000 101001110 1100100 101010

Color Harmonies of #D6005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6005E

Black with #D6005E

Text Example


Text Example

White with #D6005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6005E; }

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

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

background-color css

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

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

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

border-color css

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

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

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