Html Css Color HEX #D00274 Medium Violet Red

📋 copy color: '#D00274'

red 208 ◦ green 2 ◦ blue 116

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

Shades of Medium Violet Red #D00274

Tints of Medium Violet Red #D00274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.58%

R = 63.8%
G = 0.61%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D00274 (or 0xD00274) is known color: Medium Violet Red. HEX triplet: D0, 02 and 74. RGB value is (208,2,116). Sum of RGB (Red+Green+Blue) = 208+2+116=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D00274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00274 is #2FFD8B. Grayscale: #4C4C4C. Windows color (decimal): -3145100 or 7602896. OLE color: 7602896.

HSL color Cylindrical-coordinate representation of color #D00274: hue angle of 326.8º 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 #D00274 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 2 116 -
CMYK 0 0.99 0.44 0.18
HSL 326.8º 0.98% 0.41% -
HSV(B) 326.8º 0.99% 0.82% -
XYZ 29.19 14.71 17.82 -
YUV 76.59 150.25 221.73 -
System Red Green Blue C M Y K H S L
Decimal 208 2 116 0 0.99 0.44 0.18 326.8 0.98 0.41
Hex D0 2 74 0 63 2C 12 147 62 29
Octal 320 2 164 0 143 54 22 507 142 51
Binary 11010000 10 1110100 0 1100011 101100 10010 101000111 1100010 101001

Color Harmonies of #D00274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00274

Black with #D00274

Text Example


Text Example

White with #D00274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00274; }

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

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

background-color css

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

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

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

border-color css

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

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

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