Html Css Color HEX #D5074F Razzmatazz

📋 copy color: '#D5074F'

red 213 ◦ green 7 ◦ blue 79

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

Shades of Razzmatazz #D5074F

Tints of Razzmatazz #D5074F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.42%

R = 71.24%
G = 2.34%
B = 26.42%

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

#D5074F (or 0xD5074F) is known color: Razzmatazz. HEX triplet: D5, 07 and 4F. RGB value is (213,7,79). Sum of RGB (Red+Green+Blue) = 213+7+79=299 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.24% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 213 - color contains mainly: red. Hex color #D5074F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5074F is #2AF8B0. Grayscale: #4C4C4C. Windows color (decimal): -2816177 or 5179349. OLE color: 5179349.

HSL color Cylindrical-coordinate representation of color #D5074F: hue angle of 339.03º degrees, saturation: 0.94, 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 #D5074F is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 7 79 -
CMYK 0 0.97 0.63 0.16
HSL 339.03º 0.94% 0.43% -
HSV(B) 339.03º 0.97% 0.84% -
XYZ 28.93 14.86 8.74 -
YUV 76.8 129.25 225.15 -
System Red Green Blue C M Y K H S L
Decimal 213 7 79 0 0.97 0.63 0.16 339.03 0.94 0.43
Hex D5 7 4F 0 61 3F 10 153 5E 2B
Octal 325 7 117 0 141 77 20 523 136 53
Binary 11010101 111 1001111 0 1100001 111111 10000 101010011 1011110 101011

Color Harmonies of #D5074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5074F

Black with #D5074F

Text Example


Text Example

White with #D5074F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5074F; }

 p { color: rgb(213,7,79); }

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

background-color css

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

 a { background-color: rgb(213,7,79); }

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

border-color css

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

 span { border-color: rgb(213,7,79); }

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