Html Css Color HEX #D0055A Razzmatazz

📋 copy color: '#D0055A'

red 208 ◦ green 5 ◦ blue 90

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

Shades of Razzmatazz #D0055A

Tints of Razzmatazz #D0055A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.7%

R = 68.65%
G = 1.65%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0055A (or 0xD0055A) is known color: Razzmatazz. HEX triplet: D0, 05 and 5A. RGB value is (208,5,90). Sum of RGB (Red+Green+Blue) = 208+5+90=303 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.65% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 208 - color contains mainly: red. Hex color #D0055A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0055A is #2FFAA5. Grayscale: #4B4B4B. Windows color (decimal): -3144358 or 5899728. OLE color: 5899728.

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

Color convert

RGB 208 5 90 -
CMYK 0 0.98 0.57 0.18
HSL 334.88º 0.95% 0.42% -
HSV(B) 334.88º 0.98% 0.82% -
XYZ 27.91 14.26 10.95 -
YUV 75.39 136.25 222.59 -
System Red Green Blue C M Y K H S L
Decimal 208 5 90 0 0.98 0.57 0.18 334.88 0.95 0.42
Hex D0 5 5A 0 62 39 12 14F 5F 2A
Octal 320 5 132 0 142 71 22 517 137 52
Binary 11010000 101 1011010 0 1100010 111001 10010 101001111 1011111 101010

Color Harmonies of #D0055A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0055A

Black with #D0055A

Text Example


Text Example

White with #D0055A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0055A; }

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

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

background-color css

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

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

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

border-color css

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

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

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