Html Css Color HEX #D6005D Razzmatazz

📋 copy color: '#D6005D'

red 214 ◦ green 0 ◦ blue 93

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

Shades of Razzmatazz #D6005D

Tints of Razzmatazz #D6005D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.29%

R = 69.71%
G = 0%
B = 30.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6005D (or 0xD6005D) is known color: Razzmatazz. HEX triplet: D6, 00 and 5D. RGB value is (214,0,93). Sum of RGB (Red+Green+Blue) = 214+0+93=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D6005D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6005D is #29FFA2. Grayscale: #4A4A4A. Windows color (decimal): -2752419 or 6095062. OLE color: 6095062.

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

Color convert

RGB 214 0 93 -
CMYK 0 1 0.57 0.16
HSL 333.93º 1% 0.42% -
HSV(B) 333.93º 1% 0.84% -
XYZ 29.71 15.09 11.7 -
YUV 74.59 138.4 227.44 -
System Red Green Blue C M Y K H S L
Decimal 214 0 93 0 1 0.57 0.16 333.93 1 0.42
Hex D6 0 5D 0 64 39 10 14E 64 2A
Octal 326 0 135 0 144 71 20 516 144 52
Binary 11010110 0 1011101 0 1100100 111001 10000 101001110 1100100 101010

Color Harmonies of #D6005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6005D

Black with #D6005D

Text Example


Text Example

White with #D6005D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6005D; }

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

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

background-color css

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

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

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

border-color css

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

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

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