Html Css Color HEX #D9035D Razzmatazz

📋 copy color: '#D9035D'

red 217 ◦ green 3 ◦ blue 93

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

Shades of Razzmatazz #D9035D

Tints of Razzmatazz #D9035D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

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

R = 69.33%
G = 0.96%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9035D (or 0xD9035D) is known color: Razzmatazz. HEX triplet: D9, 03 and 5D. RGB value is (217,3,93). Sum of RGB (Red+Green+Blue) = 217+3+93=313 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.33% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 217 - color contains mainly: red. Hex color #D9035D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9035D is #26FCA2. Grayscale: #4D4D4D. Windows color (decimal): -2555043 or 6095833. OLE color: 6095833.

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

Color convert

RGB 217 3 93 -
CMYK 0 0.99 0.57 0.15
HSL 334.77º 0.97% 0.43% -
HSV(B) 334.77º 0.99% 0.85% -
XYZ 30.62 15.61 11.75 -
YUV 77.25 136.9 227.68 -
System Red Green Blue C M Y K H S L
Decimal 217 3 93 0 0.99 0.57 0.15 334.77 0.97 0.43
Hex D9 3 5D 0 63 39 F 14F 61 2B
Octal 331 3 135 0 143 71 17 517 141 53
Binary 11011001 11 1011101 0 1100011 111001 1111 101001111 1100001 101011

Color Harmonies of #D9035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9035D

Black with #D9035D

Text Example


Text Example

White with #D9035D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9035D; }

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

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

background-color css

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

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

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

border-color css

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

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

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