Html Css Color HEX #D00358 Razzmatazz

📋 copy color: '#D00358'

red 208 ◦ green 3 ◦ blue 88

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

Shades of Razzmatazz #D00358

Tints of Razzmatazz #D00358

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1%

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

R = 69.57%
G = 1%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D00358 (or 0xD00358) is known color: Razzmatazz. HEX triplet: D0, 03 and 58. RGB value is (208,3,88). Sum of RGB (Red+Green+Blue) = 208+3+88=299 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.57% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 208 - color contains mainly: red. Hex color #D00358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00358 is #2FFCA7. Grayscale: #494949. Windows color (decimal): -3144872 or 5768144. OLE color: 5768144.

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

Color convert

RGB 208 3 88 -
CMYK 0 0.99 0.58 0.18
HSL 335.12º 0.97% 0.41% -
HSV(B) 335.12º 0.99% 0.82% -
XYZ 27.81 14.18 10.5 -
YUV 73.99 135.92 223.59 -
System Red Green Blue C M Y K H S L
Decimal 208 3 88 0 0.99 0.58 0.18 335.12 0.97 0.41
Hex D0 3 58 0 63 3A 12 14F 61 29
Octal 320 3 130 0 143 72 22 517 141 51
Binary 11010000 11 1011000 0 1100011 111010 10010 101001111 1100001 101001

Color Harmonies of #D00358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00358

Black with #D00358

Text Example


Text Example

White with #D00358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00358; }

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

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

background-color css

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

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

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

border-color css

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

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

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