Html Css Color HEX #D50362 Razzmatazz

📋 copy color: '#D50362'

red 213 ◦ green 3 ◦ blue 98

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

Shades of Razzmatazz #D50362

Tints of Razzmatazz #D50362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.21%

R = 67.83%
G = 0.96%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D50362 (or 0xD50362) is known color: Razzmatazz. HEX triplet: D5, 03 and 62. RGB value is (213,3,98). Sum of RGB (Red+Green+Blue) = 213+3+98=314 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.83% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 213 - color contains mainly: red. Hex color #D50362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50362 is #2AFC9D. Grayscale: #4C4C4C. Windows color (decimal): -2817182 or 6423509. OLE color: 6423509.

HSL color Cylindrical-coordinate representation of color #D50362: hue angle of 332.86º degrees, saturation: 0.97, 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 #D50362 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 3 98 -
CMYK 0 0.99 0.54 0.16
HSL 332.86º 0.97% 0.42% -
HSV(B) 332.86º 0.99% 0.84% -
XYZ 29.68 15.09 12.9 -
YUV 76.62 140.07 225.28 -
System Red Green Blue C M Y K H S L
Decimal 213 3 98 0 0.99 0.54 0.16 332.86 0.97 0.42
Hex D5 3 62 0 63 36 10 14D 61 2A
Octal 325 3 142 0 143 66 20 515 141 52
Binary 11010101 11 1100010 0 1100011 110110 10000 101001101 1100001 101010

Color Harmonies of #D50362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50362

Black with #D50362

Text Example


Text Example

White with #D50362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50362; }

 p { color: rgb(213,3,98); }

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

background-color css

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

 a { background-color: rgb(213,3,98); }

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

border-color css

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

 span { border-color: rgb(213,3,98); }

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