Html Css Color HEX #D00163 Razzmatazz

📋 copy color: '#D00163'

red 208 ◦ green 1 ◦ blue 99

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

Shades of Razzmatazz #D00163

Tints of Razzmatazz #D00163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 99 (39.06% from 255) = 32.14%

R = 67.53%
G = 0.32%
B = 32.14%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D00163 (or 0xD00163) is known color: Razzmatazz. HEX triplet: D0, 01 and 63. RGB value is (208,1,99). Sum of RGB (Red+Green+Blue) = 208+1+99=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D00163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00163 is #2FFE9C. Grayscale: #494949. Windows color (decimal): -3145373 or 6488528. OLE color: 6488528.

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

Color convert

RGB 208 1 99 -
CMYK 0 1.00 0.52 0.18
HSL 331.59º 0.99% 0.41% -
HSV(B) 331.59º 1% 0.82% -
XYZ 28.28 14.33 13.08 -
YUV 74.07 142.08 223.53 -
System Red Green Blue C M Y K H S L
Decimal 208 1 99 0 1.00 0.52 0.18 331.59 0.99 0.41
Hex D0 1 63 0 64 34 12 14C 63 29
Octal 320 1 143 0 144 64 22 514 143 51
Binary 11010000 1 1100011 0 1100100 110100 10010 101001100 1100011 101001

Color Harmonies of #D00163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00163

Black with #D00163

Text Example


Text Example

White with #D00163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00163; }

 p { color: rgb(208,1,99); }

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

background-color css

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

 a { background-color: rgb(208,1,99); }

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

border-color css

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

 span { border-color: rgb(208,1,99); }

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