Html Css Color HEX #D5064E Razzmatazz

📋 copy color: '#D5064E'

red 213 ◦ green 6 ◦ blue 78

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

Shades of Razzmatazz #D5064E

Tints of Razzmatazz #D5064E

RGB

 RED value IS 213 (83.59% from 255) = 71.72%

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

 BLUE value IS 78 (30.86% from 255) = 26.26%

R = 71.72%
G = 2.02%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5064E (or 0xD5064E) is known color: Razzmatazz. HEX triplet: D5, 06 and 4E. RGB value is (213,6,78). Sum of RGB (Red+Green+Blue) = 213+6+78=297 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.72% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 213 - color contains mainly: red. Hex color #D5064E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5064E is #2AF9B1. Grayscale: #4C4C4C. Windows color (decimal): -2816434 or 5113557. OLE color: 5113557.

HSL color Cylindrical-coordinate representation of color #D5064E: hue angle of 339.13º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D5064E is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 6 78 -
CMYK 0 0.97 0.63 0.16
HSL 339.13º 0.95% 0.43% -
HSV(B) 339.13º 0.97% 0.84% -
XYZ 28.88 14.83 8.55 -
YUV 76.1 129.08 225.65 -
System Red Green Blue C M Y K H S L
Decimal 213 6 78 0 0.97 0.63 0.16 339.13 0.95 0.43
Hex D5 6 4E 0 61 3F 10 153 5F 2B
Octal 325 6 116 0 141 77 20 523 137 53
Binary 11010101 110 1001110 0 1100001 111111 10000 101010011 1011111 101011

Color Harmonies of #D5064E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5064E

Black with #D5064E

Text Example


Text Example

White with #D5064E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5064E; }

 p { color: rgb(213,6,78); }

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

background-color css

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

 a { background-color: rgb(213,6,78); }

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

border-color css

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

 span { border-color: rgb(213,6,78); }

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