Html Css Color HEX #D7015F Razzmatazz

📋 copy color: '#D7015F'

red 215 ◦ green 1 ◦ blue 95

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

Shades of Razzmatazz #D7015F

Tints of Razzmatazz #D7015F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.55%

R = 69.13%
G = 0.32%
B = 30.55%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D7015F (or 0xD7015F) is known color: Razzmatazz. HEX triplet: D7, 01 and 5F. RGB value is (215,1,95). Sum of RGB (Red+Green+Blue) = 215+1+95=311 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.13% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 215 - color contains mainly: red. Hex color #D7015F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7015F is #28FEA0. Grayscale: #4B4B4B. Windows color (decimal): -2686625 or 6226391. OLE color: 6226391.

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

Color convert

RGB 215 1 95 -
CMYK 0 1.00 0.56 0.16
HSL 333.64º 0.99% 0.42% -
HSV(B) 333.64º 1% 0.84% -
XYZ 30.1 15.3 12.19 -
YUV 75.7 138.9 227.36 -
System Red Green Blue C M Y K H S L
Decimal 215 1 95 0 1.00 0.56 0.16 333.64 0.99 0.42
Hex D7 1 5F 0 64 38 10 14E 63 2A
Octal 327 1 137 0 144 70 20 516 143 52
Binary 11010111 1 1011111 0 1100100 111000 10000 101001110 1100011 101010

Color Harmonies of #D7015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7015F

Black with #D7015F

Text Example


Text Example

White with #D7015F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7015F; }

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

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

background-color css

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

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

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

border-color css

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

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

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