Html Css Color HEX #D50163 Razzmatazz

📋 copy color: '#D50163'

red 213 ◦ green 1 ◦ blue 99

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

Shades of Razzmatazz #D50163

Tints of Razzmatazz #D50163

RGB

 RED value IS 213 (83.59% from 255) = 68.05%

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

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

R = 68.05%
G = 0.32%
B = 31.63%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D50163 (or 0xD50163) is known color: Razzmatazz. HEX triplet: D5, 01 and 63. RGB value is (213,1,99). Sum of RGB (Red+Green+Blue) = 213+1+99=313 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.05% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 213 - color contains mainly: red. Hex color #D50163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50163 is #2AFE9C. Grayscale: #4B4B4B. Windows color (decimal): -2817693 or 6488533. OLE color: 6488533.

HSL color Cylindrical-coordinate representation of color #D50163: hue angle of 332.26º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50163 is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 1 99 -
CMYK 0 1.00 0.54 0.16
HSL 332.26º 0.99% 0.42% -
HSV(B) 332.26º 1% 0.84% -
XYZ 29.7 15.07 13.15 -
YUV 75.56 141.24 226.03 -
System Red Green Blue C M Y K H S L
Decimal 213 1 99 0 1.00 0.54 0.16 332.26 0.99 0.42
Hex D5 1 63 0 64 36 10 14C 63 2A
Octal 325 1 143 0 144 66 20 514 143 52
Binary 11010101 1 1100011 0 1100100 110110 10000 101001100 1100011 101010

Color Harmonies of #D50163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50163

Black with #D50163

Text Example


Text Example

White with #D50163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50163; }

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

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

background-color css

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

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

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

border-color css

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

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

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