Html Css Color HEX #D5055D Razzmatazz

📋 copy color: '#D5055D'

red 213 ◦ green 5 ◦ blue 93

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

Shades of Razzmatazz #D5055D

Tints of Razzmatazz #D5055D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.9%

R = 68.49%
G = 1.61%
B = 29.9%

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

#D5055D (or 0xD5055D) is known color: Razzmatazz. HEX triplet: D5, 05 and 5D. RGB value is (213,5,93). Sum of RGB (Red+Green+Blue) = 213+5+93=311 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.49% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 213 - color contains mainly: red. Hex color #D5055D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5055D is #2AFAA2. Grayscale: #4D4D4D. Windows color (decimal): -2816675 or 6096341. OLE color: 6096341.

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

Color convert

RGB 213 5 93 -
CMYK 0 0.98 0.56 0.16
HSL 334.62º 0.95% 0.43% -
HSV(B) 334.62º 0.98% 0.84% -
XYZ 29.47 15.04 11.71 -
YUV 77.22 136.91 224.84 -
System Red Green Blue C M Y K H S L
Decimal 213 5 93 0 0.98 0.56 0.16 334.62 0.95 0.43
Hex D5 5 5D 0 62 38 10 14F 5F 2B
Octal 325 5 135 0 142 70 20 517 137 53
Binary 11010101 101 1011101 0 1100010 111000 10000 101001111 1011111 101011

Color Harmonies of #D5055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5055D

Black with #D5055D

Text Example


Text Example

White with #D5055D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5055D; }

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

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

background-color css

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

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

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

border-color css

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

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

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