Html Css Color HEX #D5054D Razzmatazz

📋 copy color: '#D5054D'

red 213 ◦ green 5 ◦ blue 77

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

Shades of Razzmatazz #D5054D

Tints of Razzmatazz #D5054D

RGB

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

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

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

R = 72.2%
G = 1.69%
B = 26.1%

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

#D5054D (or 0xD5054D) is known color: Razzmatazz. HEX triplet: D5, 05 and 4D. RGB value is (213,5,77). Sum of RGB (Red+Green+Blue) = 213+5+77=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D5054D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5054D is #2AFAB2. Grayscale: #4B4B4B. Windows color (decimal): -2816691 or 5047765. OLE color: 5047765.

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

Color convert

RGB 213 5 77 -
CMYK 0 0.98 0.64 0.16
HSL 339.23º 0.95% 0.43% -
HSV(B) 339.23º 0.98% 0.84% -
XYZ 28.83 14.79 8.36 -
YUV 75.4 128.91 226.15 -
System Red Green Blue C M Y K H S L
Decimal 213 5 77 0 0.98 0.64 0.16 339.23 0.95 0.43
Hex D5 5 4D 0 62 40 10 153 5F 2B
Octal 325 5 115 0 142 100 20 523 137 53
Binary 11010101 101 1001101 0 1100010 1000000 10000 101010011 1011111 101011

Color Harmonies of #D5054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5054D

Black with #D5054D

Text Example


Text Example

White with #D5054D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5054D; }

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

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

background-color css

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

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

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

border-color css

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

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

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