Html Css Color HEX #D7015B Razzmatazz

📋 copy color: '#D7015B'

red 215 ◦ green 1 ◦ blue 91

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

Shades of Razzmatazz #D7015B

Tints of Razzmatazz #D7015B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 91 (35.94% from 255) = 29.64%

R = 70.03%
G = 0.33%
B = 29.64%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D7015B (or 0xD7015B) is known color: Razzmatazz. HEX triplet: D7, 01 and 5B. RGB value is (215,1,91). Sum of RGB (Red+Green+Blue) = 215+1+91=307 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.03% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 215 - color contains mainly: red. Hex color #D7015B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7015B is #28FEA4. Grayscale: #4B4B4B. Windows color (decimal): -2686629 or 5964247. OLE color: 5964247.

HSL color Cylindrical-coordinate representation of color #D7015B: hue angle of 334.77º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D7015B is Cyan = 0, Magento = 1.00, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 1 91 -
CMYK 0 1.00 0.58 0.16
HSL 334.77º 0.99% 0.42% -
HSV(B) 334.77º 1% 0.84% -
XYZ 29.92 15.22 11.26 -
YUV 75.25 136.9 227.68 -
System Red Green Blue C M Y K H S L
Decimal 215 1 91 0 1.00 0.58 0.16 334.77 0.99 0.42
Hex D7 1 5B 0 64 3A 10 14F 63 2A
Octal 327 1 133 0 144 72 20 517 143 52
Binary 11010111 1 1011011 0 1100100 111010 10000 101001111 1100011 101010

Color Harmonies of #D7015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7015B

Black with #D7015B

Text Example


Text Example

White with #D7015B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7015B; }

 p { color: rgb(215,1,91); }

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

background-color css

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

 a { background-color: rgb(215,1,91); }

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

border-color css

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

 span { border-color: rgb(215,1,91); }

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