Html Css Color HEX #D5054C Razzmatazz

📋 copy color: '#D5054C'

red 213 ◦ green 5 ◦ blue 76

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

Shades of Razzmatazz #D5054C

Tints of Razzmatazz #D5054C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.7%

 BLUE value IS 76 (30.08% from 255) = 25.85%

R = 72.45%
G = 1.7%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5054C (or 0xD5054C) is known color: Razzmatazz. HEX triplet: D5, 05 and 4C. RGB value is (213,5,76). Sum of RGB (Red+Green+Blue) = 213+5+76=294 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.45% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 213 - color contains mainly: red. Hex color #D5054C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5054C is #2AFAB3. Grayscale: #4B4B4B. Windows color (decimal): -2816692 or 4982229. OLE color: 4982229.

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

Color convert

RGB 213 5 76 -
CMYK 0 0.98 0.64 0.16
HSL 339.52º 0.95% 0.43% -
HSV(B) 339.52º 0.98% 0.84% -
XYZ 28.8 14.78 8.17 -
YUV 75.29 128.41 226.23 -
System Red Green Blue C M Y K H S L
Decimal 213 5 76 0 0.98 0.64 0.16 339.52 0.95 0.43
Hex D5 5 4C 0 62 40 10 154 5F 2B
Octal 325 5 114 0 142 100 20 524 137 53
Binary 11010101 101 1001100 0 1100010 1000000 10000 101010100 1011111 101011

Color Harmonies of #D5054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5054C

Black with #D5054C

Text Example


Text Example

White with #D5054C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5054C; }

 p { color: rgb(213,5,76); }

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

background-color css

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

 a { background-color: rgb(213,5,76); }

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

border-color css

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

 span { border-color: rgb(213,5,76); }

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