Html Css Color HEX #D9075D Razzmatazz

📋 copy color: '#D9075D'

red 217 ◦ green 7 ◦ blue 93

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

Shades of Razzmatazz #D9075D

Tints of Razzmatazz #D9075D

RGB

 RED value IS 217 (85.16% from 255) = 68.45%

 GREEN value IS 7 (3.13% from 255) = 2.21%

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

R = 68.45%
G = 2.21%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9075D (or 0xD9075D) is known color: Razzmatazz. HEX triplet: D9, 07 and 5D. RGB value is (217,7,93). Sum of RGB (Red+Green+Blue) = 217+7+93=317 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.45% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 217 - color contains mainly: red. Hex color #D9075D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9075D is #26F8A2. Grayscale: #4F4F4F. Windows color (decimal): -2554019 or 6096857. OLE color: 6096857.

HSL color Cylindrical-coordinate representation of color #D9075D: hue angle of 335.43º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D9075D is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 7 93 -
CMYK 0 0.97 0.57 0.15
HSL 335.43º 0.94% 0.44% -
HSV(B) 335.43º 0.97% 0.85% -
XYZ 30.67 15.69 11.77 -
YUV 79.59 135.57 226.01 -
System Red Green Blue C M Y K H S L
Decimal 217 7 93 0 0.97 0.57 0.15 335.43 0.94 0.44
Hex D9 7 5D 0 61 39 F 14F 5E 2C
Octal 331 7 135 0 141 71 17 517 136 54
Binary 11011001 111 1011101 0 1100001 111001 1111 101001111 1011110 101100

Color Harmonies of #D9075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9075D

Black with #D9075D

Text Example


Text Example

White with #D9075D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9075D; }

 p { color: rgb(217,7,93); }

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

background-color css

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

 a { background-color: rgb(217,7,93); }

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

border-color css

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

 span { border-color: rgb(217,7,93); }

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