Html Css Color HEX #D7085D Razzmatazz

📋 copy color: '#D7085D'

red 215 ◦ green 8 ◦ blue 93

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

Shades of Razzmatazz #D7085D

Tints of Razzmatazz #D7085D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.53%

 BLUE value IS 93 (36.72% from 255) = 29.43%

R = 68.04%
G = 2.53%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D7085D (or 0xD7085D) is known color: Razzmatazz. HEX triplet: D7, 08 and 5D. RGB value is (215,8,93). Sum of RGB (Red+Green+Blue) = 215+8+93=316 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.04% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 215 - color contains mainly: red. Hex color #D7085D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7085D is #28F7A2. Grayscale: #4F4F4F. Windows color (decimal): -2684835 or 6097111. OLE color: 6097111.

HSL color Cylindrical-coordinate representation of color #D7085D: hue angle of 335.36º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D7085D is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 8 93 -
CMYK 0 0.96 0.57 0.16
HSL 335.36º 0.93% 0.44% -
HSV(B) 335.36º 0.96% 0.84% -
XYZ 30.09 15.41 11.74 -
YUV 79.58 135.58 224.59 -
System Red Green Blue C M Y K H S L
Decimal 215 8 93 0 0.96 0.57 0.16 335.36 0.93 0.44
Hex D7 8 5D 0 60 39 10 14F 5D 2C
Octal 327 10 135 0 140 71 20 517 135 54
Binary 11010111 1000 1011101 0 1100000 111001 10000 101001111 1011101 101100

Color Harmonies of #D7085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7085D

Black with #D7085D

Text Example


Text Example

White with #D7085D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7085D; }

 p { color: rgb(215,8,93); }

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

background-color css

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

 a { background-color: rgb(215,8,93); }

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

border-color css

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

 span { border-color: rgb(215,8,93); }

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