Html Css Color HEX #D4054B Razzmatazz

📋 copy color: '#D4054B'

red 212 ◦ green 5 ◦ blue 75

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

Shades of Razzmatazz #D4054B

Tints of Razzmatazz #D4054B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.68%

R = 72.6%
G = 1.71%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D4054B (or 0xD4054B) is known color: Razzmatazz. HEX triplet: D4, 05 and 4B. RGB value is (212,5,75). Sum of RGB (Red+Green+Blue) = 212+5+75=292 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.60% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 212 - color contains mainly: red. Hex color #D4054B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4054B is #2BFAB4. Grayscale: #4A4A4A. Windows color (decimal): -2882229 or 4916692. OLE color: 4916692.

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

Color convert

RGB 212 5 75 -
CMYK 0 0.98 0.65 0.17
HSL 339.71º 0.95% 0.43% -
HSV(B) 339.71º 0.98% 0.83% -
XYZ 28.48 14.61 7.98 -
YUV 74.87 128.08 225.81 -
System Red Green Blue C M Y K H S L
Decimal 212 5 75 0 0.98 0.65 0.17 339.71 0.95 0.43
Hex D4 5 4B 0 62 41 11 154 5F 2B
Octal 324 5 113 0 142 101 21 524 137 53
Binary 11010100 101 1001011 0 1100010 1000001 10001 101010100 1011111 101011

Color Harmonies of #D4054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4054B

Black with #D4054B

Text Example


Text Example

White with #D4054B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4054B; }

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

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

background-color css

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

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

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

border-color css

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

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

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