Html Css Color HEX #D02273 Medium Violet Red

📋 copy color: '#D02273'

red 208 ◦ green 34 ◦ blue 115

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

Shades of Medium Violet Red #D02273

Tints of Medium Violet Red #D02273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.21%

R = 58.26%
G = 9.52%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D02273 (or 0xD02273) is known color: Medium Violet Red. HEX triplet: D0, 22 and 73. RGB value is (208,34,115). Sum of RGB (Red+Green+Blue) = 208+34+115=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D02273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02273 is #2FDD8C. Grayscale: #5F5F5F. Windows color (decimal): -3136909 or 7545552. OLE color: 7545552.

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

Color convert

RGB 208 34 115 -
CMYK 0 0.84 0.45 0.18
HSL 332.07º 0.72% 0.47% -
HSV(B) 332.07º 0.84% 0.82% -
XYZ 29.68 15.79 17.7 -
YUV 95.26 139.15 208.41 -
System Red Green Blue C M Y K H S L
Decimal 208 34 115 0 0.84 0.45 0.18 332.07 0.72 0.47
Hex D0 22 73 0 54 2D 12 14C 48 2F
Octal 320 42 163 0 124 55 22 514 110 57
Binary 11010000 100010 1110011 0 1010100 101101 10010 101001100 1001000 101111

Color Harmonies of #D02273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02273

Black with #D02273

Text Example


Text Example

White with #D02273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02273; }

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

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

background-color css

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

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

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

border-color css

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

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

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