Html Css Color HEX #D00283 Medium Violet Red

📋 copy color: '#D00283'

red 208 ◦ green 2 ◦ blue 131

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

Shades of Medium Violet Red #D00283

Tints of Medium Violet Red #D00283

RGB

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

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

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

R = 61%
G = 0.59%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D00283 (or 0xD00283) is known color: Medium Violet Red. HEX triplet: D0, 02 and 83. RGB value is (208,2,131). Sum of RGB (Red+Green+Blue) = 208+2+131=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D00283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00283 is #2FFD7C. Grayscale: #4D4D4D. Windows color (decimal): -3145085 or 8585936. OLE color: 8585936.

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

Color convert

RGB 208 2 131 -
CMYK 0 0.99 0.37 0.18
HSL 322.43º 0.98% 0.41% -
HSV(B) 322.43º 0.99% 0.82% -
XYZ 30.13 15.09 22.8 -
YUV 78.3 157.75 220.51 -
System Red Green Blue C M Y K H S L
Decimal 208 2 131 0 0.99 0.37 0.18 322.43 0.98 0.41
Hex D0 2 83 0 63 25 12 142 62 29
Octal 320 2 203 0 143 45 22 502 142 51
Binary 11010000 10 10000011 0 1100011 100101 10010 101000010 1100010 101001

Color Harmonies of #D00283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00283

Black with #D00283

Text Example


Text Example

White with #D00283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00283; }

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

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

background-color css

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

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

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

border-color css

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

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

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