Html Css Color HEX #D00058 Razzmatazz

📋 copy color: '#D00058'

red 208 ◦ green 0 ◦ blue 88

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

Shades of Razzmatazz #D00058

Tints of Razzmatazz #D00058

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 88 (34.77% from 255) = 29.73%

R = 70.27%
G = 0%
B = 29.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D00058 (or 0xD00058) is known color: Razzmatazz. HEX triplet: D0, 00 and 58. RGB value is (208,0,88). Sum of RGB (Red+Green+Blue) = 208+0+88=296 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.27% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 208 - color contains mainly: red. Hex color #D00058 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00058 is #2FFFA7. Grayscale: #484848. Windows color (decimal): -3145640 or 5767376. OLE color: 5767376.

HSL color Cylindrical-coordinate representation of color #D00058: hue angle of 334.62º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00058 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 0 88 -
CMYK 0 1 0.58 0.18
HSL 334.62º 1% 0.41% -
HSV(B) 334.62º 1% 0.82% -
XYZ 27.77 14.11 10.49 -
YUV 72.22 136.91 224.84 -
System Red Green Blue C M Y K H S L
Decimal 208 0 88 0 1 0.58 0.18 334.62 1 0.41
Hex D0 0 58 0 64 3A 12 14F 64 29
Octal 320 0 130 0 144 72 22 517 144 51
Binary 11010000 0 1011000 0 1100100 111010 10010 101001111 1100100 101001

Color Harmonies of #D00058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00058

Black with #D00058

Text Example


Text Example

White with #D00058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00058; }

 p { color: rgb(208,0,88); }

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

background-color css

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

 a { background-color: rgb(208,0,88); }

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

border-color css

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

 span { border-color: rgb(208,0,88); }

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