Html Css Color HEX #D4054D Razzmatazz

📋 copy color: '#D4054D'

red 212 ◦ green 5 ◦ blue 77

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

Shades of Razzmatazz #D4054D

Tints of Razzmatazz #D4054D

RGB

 RED value IS 212 (83.2% from 255) = 72.11%

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

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

R = 72.11%
G = 1.7%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D4054D (or 0xD4054D) is known color: Razzmatazz. HEX triplet: D4, 05 and 4D. RGB value is (212,5,77). Sum of RGB (Red+Green+Blue) = 212+5+77=294 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.11% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 212 - color contains mainly: red. Hex color #D4054D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4054D is #2BFAB2. Grayscale: #4B4B4B. Windows color (decimal): -2882227 or 5047764. OLE color: 5047764.

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

Color convert

RGB 212 5 77 -
CMYK 0 0.98 0.64 0.17
HSL 339.13º 0.95% 0.43% -
HSV(B) 339.13º 0.98% 0.83% -
XYZ 28.55 14.64 8.34 -
YUV 75.1 129.08 225.65 -
System Red Green Blue C M Y K H S L
Decimal 212 5 77 0 0.98 0.64 0.17 339.13 0.95 0.43
Hex D4 5 4D 0 62 40 11 153 5F 2B
Octal 324 5 115 0 142 100 21 523 137 53
Binary 11010100 101 1001101 0 1100010 1000000 10001 101010011 1011111 101011

Color Harmonies of #D4054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4054D

Black with #D4054D

Text Example


Text Example

White with #D4054D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4054D; }

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

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

background-color css

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

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

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

border-color css

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

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

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