Html Css Color HEX #D7006A Razzmatazz

📋 copy color: '#D7006A'

red 215 ◦ green 0 ◦ blue 106

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

Shades of Razzmatazz #D7006A

Tints of Razzmatazz #D7006A

RGB

 RED value IS 215 (84.38% from 255) = 66.98%

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

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

R = 66.98%
G = 0%
B = 33.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D7006A (or 0xD7006A) is known color: Razzmatazz. HEX triplet: D7, 00 and 6A. RGB value is (215,0,106). Sum of RGB (Red+Green+Blue) = 215+0+106=321 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.98% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 215 - color contains mainly: red. Hex color #D7006A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7006A is #28FF95. Grayscale: #4C4C4C. Windows color (decimal): -2686870 or 6947031. OLE color: 6947031.

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

Color convert

RGB 215 0 106 -
CMYK 0 1 0.51 0.16
HSL 330.42º 1% 0.42% -
HSV(B) 330.42º 1% 0.84% -
XYZ 30.63 15.49 15.01 -
YUV 76.37 144.73 226.88 -
System Red Green Blue C M Y K H S L
Decimal 215 0 106 0 1 0.51 0.16 330.42 1 0.42
Hex D7 0 6A 0 64 33 10 14A 64 2A
Octal 327 0 152 0 144 63 20 512 144 52
Binary 11010111 0 1101010 0 1100100 110011 10000 101001010 1100100 101010

Color Harmonies of #D7006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7006A

Black with #D7006A

Text Example


Text Example

White with #D7006A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7006A; }

 p { color: rgb(215,0,106); }

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

background-color css

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

 a { background-color: rgb(215,0,106); }

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

border-color css

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

 span { border-color: rgb(215,0,106); }

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