Html Css Color HEX #D50259 Razzmatazz

📋 copy color: '#D50259'

red 213 ◦ green 2 ◦ blue 89

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

Shades of Razzmatazz #D50259

Tints of Razzmatazz #D50259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 89 (35.16% from 255) = 29.28%

R = 70.07%
G = 0.66%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D50259 (or 0xD50259) is known color: Razzmatazz. HEX triplet: D5, 02 and 59. RGB value is (213,2,89). Sum of RGB (Red+Green+Blue) = 213+2+89=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 89 (35.16% from 255 or 29.28% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D50259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50259 is #2AFDA6. Grayscale: #4A4A4A. Windows color (decimal): -2817447 or 5833429. OLE color: 5833429.

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

Color convert

RGB 213 2 89 -
CMYK 0 0.99 0.58 0.16
HSL 335.26º 0.98% 0.42% -
HSV(B) 335.26º 0.99% 0.84% -
XYZ 29.27 14.91 10.79 -
YUV 75.01 135.9 226.43 -
System Red Green Blue C M Y K H S L
Decimal 213 2 89 0 0.99 0.58 0.16 335.26 0.98 0.42
Hex D5 2 59 0 63 3A 10 14F 62 2A
Octal 325 2 131 0 143 72 20 517 142 52
Binary 11010101 10 1011001 0 1100011 111010 10000 101001111 1100010 101010

Color Harmonies of #D50259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50259

Black with #D50259

Text Example


Text Example

White with #D50259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50259; }

 p { color: rgb(213,2,89); }

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

background-color css

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

 a { background-color: rgb(213,2,89); }

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

border-color css

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

 span { border-color: rgb(213,2,89); }

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