Html Css Color HEX #D7006B Razzmatazz

📋 copy color: '#D7006B'

red 215 ◦ green 0 ◦ blue 107

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

Shades of Razzmatazz #D7006B

Tints of Razzmatazz #D7006B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.23%

R = 66.77%
G = 0%
B = 33.23%

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

#D7006B (or 0xD7006B) is known color: Razzmatazz. HEX triplet: D7, 00 and 6B. RGB value is (215,0,107). Sum of RGB (Red+Green+Blue) = 215+0+107=322 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.77% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 215 - color contains mainly: red. Hex color #D7006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7006B is #28FF94. Grayscale: #4C4C4C. Windows color (decimal): -2686869 or 7012567. OLE color: 7012567.

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

Color convert

RGB 215 0 107 -
CMYK 0 1 0.50 0.16
HSL 330.14º 1% 0.42% -
HSV(B) 330.14º 1% 0.84% -
XYZ 30.68 15.51 15.29 -
YUV 76.48 145.23 226.8 -
System Red Green Blue C M Y K H S L
Decimal 215 0 107 0 1 0.50 0.16 330.14 1 0.42
Hex D7 0 6B 0 64 32 10 14A 64 2A
Octal 327 0 153 0 144 62 20 512 144 52
Binary 11010111 0 1101011 0 1100100 110010 10000 101001010 1100100 101010

Color Harmonies of #D7006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7006B

Black with #D7006B

Text Example


Text Example

White with #D7006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7006B; }

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

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

background-color css

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

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

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

border-color css

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

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

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