Html Css Color HEX #D0055D Razzmatazz

📋 copy color: '#D0055D'

red 208 ◦ green 5 ◦ blue 93

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

Shades of Razzmatazz #D0055D

Tints of Razzmatazz #D0055D

RGB

 RED value IS 208 (81.64% from 255) = 67.97%

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

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

R = 67.97%
G = 1.63%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0055D (or 0xD0055D) is known color: Razzmatazz. HEX triplet: D0, 05 and 5D. RGB value is (208,5,93). Sum of RGB (Red+Green+Blue) = 208+5+93=306 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.97% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 208 - color contains mainly: red. Hex color #D0055D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0055D is #2FFAA2. Grayscale: #4B4B4B. Windows color (decimal): -3144355 or 6096336. OLE color: 6096336.

HSL color Cylindrical-coordinate representation of color #D0055D: hue angle of 333.99º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0055D is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 5 93 -
CMYK 0 0.98 0.55 0.18
HSL 333.99º 0.95% 0.42% -
HSV(B) 333.99º 0.98% 0.82% -
XYZ 28.04 14.31 11.64 -
YUV 75.73 137.75 222.34 -
System Red Green Blue C M Y K H S L
Decimal 208 5 93 0 0.98 0.55 0.18 333.99 0.95 0.42
Hex D0 5 5D 0 62 37 12 14E 5F 2A
Octal 320 5 135 0 142 67 22 516 137 52
Binary 11010000 101 1011101 0 1100010 110111 10010 101001110 1011111 101010

Color Harmonies of #D0055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0055D

Black with #D0055D

Text Example


Text Example

White with #D0055D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0055D; }

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

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

background-color css

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

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

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

border-color css

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

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

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