Html Css Color HEX #D20359 Razzmatazz

📋 copy color: '#D20359'

red 210 ◦ green 3 ◦ blue 89

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

Shades of Razzmatazz #D20359

Tints of Razzmatazz #D20359

RGB

 RED value IS 210 (82.42% from 255) = 69.54%

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

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

R = 69.54%
G = 0.99%
B = 29.47%

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

#D20359 (or 0xD20359) is known color: Razzmatazz. HEX triplet: D2, 03 and 59. RGB value is (210,3,89). Sum of RGB (Red+Green+Blue) = 210+3+89=302 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.54% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 89 (35.16% from 255 or 29.47% from 302); Max value from RGB is 210 - color contains mainly: red. Hex color #D20359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20359 is #2DFCA6. Grayscale: #4A4A4A. Windows color (decimal): -3013799 or 5833682. OLE color: 5833682.

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

Color convert

RGB 210 3 89 -
CMYK 0 0.99 0.58 0.18
HSL 335.07º 0.97% 0.42% -
HSV(B) 335.07º 0.99% 0.82% -
XYZ 28.41 14.49 10.75 -
YUV 74.7 136.08 224.51 -
System Red Green Blue C M Y K H S L
Decimal 210 3 89 0 0.99 0.58 0.18 335.07 0.97 0.42
Hex D2 3 59 0 63 3A 12 14F 61 2A
Octal 322 3 131 0 143 72 22 517 141 52
Binary 11010010 11 1011001 0 1100011 111010 10010 101001111 1100001 101010

Color Harmonies of #D20359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20359

Black with #D20359

Text Example


Text Example

White with #D20359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20359; }

 p { color: rgb(210,3,89); }

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

background-color css

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

 a { background-color: rgb(210,3,89); }

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

border-color css

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

 span { border-color: rgb(210,3,89); }

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