Html Css Color HEX #D5055E Razzmatazz

📋 copy color: '#D5055E'

red 213 ◦ green 5 ◦ blue 94

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

Shades of Razzmatazz #D5055E

Tints of Razzmatazz #D5055E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.13%

R = 68.27%
G = 1.6%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5055E (or 0xD5055E) is known color: Razzmatazz. HEX triplet: D5, 05 and 5E. RGB value is (213,5,94). Sum of RGB (Red+Green+Blue) = 213+5+94=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D5055E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5055E is #2AFAA1. Grayscale: #4D4D4D. Windows color (decimal): -2816674 or 6161877. OLE color: 6161877.

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

Color convert

RGB 213 5 94 -
CMYK 0 0.98 0.56 0.16
HSL 334.33º 0.95% 0.43% -
HSV(B) 334.33º 0.98% 0.84% -
XYZ 29.52 15.06 11.94 -
YUV 77.34 137.41 224.76 -
System Red Green Blue C M Y K H S L
Decimal 213 5 94 0 0.98 0.56 0.16 334.33 0.95 0.43
Hex D5 5 5E 0 62 38 10 14E 5F 2B
Octal 325 5 136 0 142 70 20 516 137 53
Binary 11010101 101 1011110 0 1100010 111000 10000 101001110 1011111 101011

Color Harmonies of #D5055E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5055E

Black with #D5055E

Text Example


Text Example

White with #D5055E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5055E; }

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

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

background-color css

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

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

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

border-color css

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

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

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