Html Css Color HEX #D7006C Razzmatazz

📋 copy color: '#D7006C'

red 215 ◦ green 0 ◦ blue 108

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

Shades of Razzmatazz #D7006C

Tints of Razzmatazz #D7006C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.44%

R = 66.56%
G = 0%
B = 33.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D7006C (or 0xD7006C) is known color: Razzmatazz. HEX triplet: D7, 00 and 6C. RGB value is (215,0,108). Sum of RGB (Red+Green+Blue) = 215+0+108=323 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.56% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 215 - color contains mainly: red. Hex color #D7006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7006C is #28FF93. Grayscale: #4C4C4C. Windows color (decimal): -2686868 or 7078103. OLE color: 7078103.

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

Color convert

RGB 215 0 108 -
CMYK 0 1 0.50 0.16
HSL 329.86º 1% 0.42% -
HSV(B) 329.86º 1% 0.84% -
XYZ 30.73 15.53 15.57 -
YUV 76.6 145.73 226.72 -
System Red Green Blue C M Y K H S L
Decimal 215 0 108 0 1 0.50 0.16 329.86 1 0.42
Hex D7 0 6C 0 64 32 10 14A 64 2A
Octal 327 0 154 0 144 62 20 512 144 52
Binary 11010111 0 1101100 0 1100100 110010 10000 101001010 1100100 101010

Color Harmonies of #D7006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7006C

Black with #D7006C

Text Example


Text Example

White with #D7006C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7006C; }

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

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

background-color css

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

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

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

border-color css

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

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

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