Html Css Color HEX #D02283 Medium Violet Red

📋 copy color: '#D02283'

red 208 ◦ green 34 ◦ blue 131

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

Shades of Medium Violet Red #D02283

Tints of Medium Violet Red #D02283

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.12%

 BLUE value IS 131 (51.56% from 255) = 35.12%

R = 55.76%
G = 9.12%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D02283 (or 0xD02283) is known color: Medium Violet Red. HEX triplet: D0, 22 and 83. RGB value is (208,34,131). Sum of RGB (Red+Green+Blue) = 208+34+131=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 34 (13.67% from 255 or 9.12% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D02283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02283 is #2FDD7C. Grayscale: #606060. Windows color (decimal): -3136893 or 8594128. OLE color: 8594128.

HSL color Cylindrical-coordinate representation of color #D02283: hue angle of 326.55º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D02283 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 34 131 -
CMYK 0 0.84 0.37 0.18
HSL 326.55º 0.72% 0.47% -
HSV(B) 326.55º 0.84% 0.82% -
XYZ 30.68 16.19 22.98 -
YUV 97.08 147.15 207.11 -
System Red Green Blue C M Y K H S L
Decimal 208 34 131 0 0.84 0.37 0.18 326.55 0.72 0.47
Hex D0 22 83 0 54 25 12 147 48 2F
Octal 320 42 203 0 124 45 22 507 110 57
Binary 11010000 100010 10000011 0 1010100 100101 10010 101000111 1001000 101111

Color Harmonies of #D02283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02283

Black with #D02283

Text Example


Text Example

White with #D02283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02283; }

 p { color: rgb(208,34,131); }

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

background-color css

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

 a { background-color: rgb(208,34,131); }

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

border-color css

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

 span { border-color: rgb(208,34,131); }

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