Html Css Color HEX #D7084D Razzmatazz

📋 copy color: '#D7084D'

red 215 ◦ green 8 ◦ blue 77

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

Shades of Razzmatazz #D7084D

Tints of Razzmatazz #D7084D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.67%

R = 71.67%
G = 2.67%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D7084D (or 0xD7084D) is known color: Razzmatazz. HEX triplet: D7, 08 and 4D. RGB value is (215,8,77). Sum of RGB (Red+Green+Blue) = 215+8+77=300 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.67% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 215 - color contains mainly: red. Hex color #D7084D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7084D is #28F7B2. Grayscale: #4D4D4D. Windows color (decimal): -2684851 or 5048535. OLE color: 5048535.

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

Color convert

RGB 215 8 77 -
CMYK 0 0.96 0.64 0.16
HSL 340º 0.93% 0.44% -
HSV(B) 340º 0.96% 0.84% -
XYZ 29.45 15.16 8.39 -
YUV 77.76 127.58 225.89 -
System Red Green Blue C M Y K H S L
Decimal 215 8 77 0 0.96 0.64 0.16 340 0.93 0.44
Hex D7 8 4D 0 60 40 10 154 5D 2C
Octal 327 10 115 0 140 100 20 524 135 54
Binary 11010111 1000 1001101 0 1100000 1000000 10000 101010100 1011101 101100

Color Harmonies of #D7084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7084D

Black with #D7084D

Text Example


Text Example

White with #D7084D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7084D; }

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

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

background-color css

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

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

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

border-color css

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

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

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