Html Css Color HEX #D9075E Razzmatazz

📋 copy color: '#D9075E'

red 217 ◦ green 7 ◦ blue 94

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

Shades of Razzmatazz #D9075E

Tints of Razzmatazz #D9075E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.56%

R = 68.24%
G = 2.2%
B = 29.56%

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

#D9075E (or 0xD9075E) is known color: Razzmatazz. HEX triplet: D9, 07 and 5E. RGB value is (217,7,94). Sum of RGB (Red+Green+Blue) = 217+7+94=318 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.24% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 217 - color contains mainly: red. Hex color #D9075E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9075E is #26F8A1. Grayscale: #4F4F4F. Windows color (decimal): -2554018 or 6162393. OLE color: 6162393.

HSL color Cylindrical-coordinate representation of color #D9075E: hue angle of 335.14º 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 #D9075E is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 7 94 -
CMYK 0 0.97 0.57 0.15
HSL 335.14º 0.94% 0.44% -
HSV(B) 335.14º 0.97% 0.85% -
XYZ 30.71 15.71 12 -
YUV 79.71 136.07 225.93 -
System Red Green Blue C M Y K H S L
Decimal 217 7 94 0 0.97 0.57 0.15 335.14 0.94 0.44
Hex D9 7 5E 0 61 39 F 14F 5E 2C
Octal 331 7 136 0 141 71 17 517 136 54
Binary 11011001 111 1011110 0 1100001 111001 1111 101001111 1011110 101100

Color Harmonies of #D9075E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9075E

Black with #D9075E

Text Example


Text Example

White with #D9075E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9075E; }

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

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

background-color css

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

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

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

border-color css

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

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

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