Html Css Color HEX #D8064D Razzmatazz

📋 copy color: '#D8064D'

red 216 ◦ green 6 ◦ blue 77

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

Shades of Razzmatazz #D8064D

Tints of Razzmatazz #D8064D

RGB

 RED value IS 216 (84.77% from 255) = 72.24%

 GREEN value IS 6 (2.73% from 255) = 2.01%

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

R = 72.24%
G = 2.01%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D8064D (or 0xD8064D) is known color: Razzmatazz. HEX triplet: D8, 06 and 4D. RGB value is (216,6,77). Sum of RGB (Red+Green+Blue) = 216+6+77=299 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.24% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 216 - color contains mainly: red. Hex color #D8064D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8064D is #27F9B2. Grayscale: #4C4C4C. Windows color (decimal): -2619827 or 5048024. OLE color: 5048024.

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

Color convert

RGB 216 6 77 -
CMYK 0 0.97 0.64 0.15
HSL 339.71º 0.95% 0.44% -
HSV(B) 339.71º 0.97% 0.85% -
XYZ 29.72 15.27 8.4 -
YUV 76.88 128.07 227.23 -
System Red Green Blue C M Y K H S L
Decimal 216 6 77 0 0.97 0.64 0.15 339.71 0.95 0.44
Hex D8 6 4D 0 61 40 F 154 5F 2C
Octal 330 6 115 0 141 100 17 524 137 54
Binary 11011000 110 1001101 0 1100001 1000000 1111 101010100 1011111 101100

Color Harmonies of #D8064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8064D

Black with #D8064D

Text Example


Text Example

White with #D8064D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8064D; }

 p { color: rgb(216,6,77); }

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

background-color css

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

 a { background-color: rgb(216,6,77); }

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

border-color css

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

 span { border-color: rgb(216,6,77); }

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