Html Css Color HEX #D02274 Medium Violet Red

📋 copy color: '#D02274'

red 208 ◦ green 34 ◦ blue 116

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

Shades of Medium Violet Red #D02274

Tints of Medium Violet Red #D02274

RGB

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

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

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

R = 58.1%
G = 9.5%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D02274 (or 0xD02274) is known color: Medium Violet Red. HEX triplet: D0, 22 and 74. RGB value is (208,34,116). Sum of RGB (Red+Green+Blue) = 208+34+116=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D02274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02274 is #2FDD8B. Grayscale: #5F5F5F. Windows color (decimal): -3136908 or 7611088. OLE color: 7611088.

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

Color convert

RGB 208 34 116 -
CMYK 0 0.84 0.44 0.18
HSL 331.72º 0.72% 0.47% -
HSV(B) 331.72º 0.84% 0.82% -
XYZ 29.74 15.81 18.01 -
YUV 95.37 139.65 208.33 -
System Red Green Blue C M Y K H S L
Decimal 208 34 116 0 0.84 0.44 0.18 331.72 0.72 0.47
Hex D0 22 74 0 54 2C 12 14C 48 2F
Octal 320 42 164 0 124 54 22 514 110 57
Binary 11010000 100010 1110100 0 1010100 101100 10010 101001100 1001000 101111

Color Harmonies of #D02274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02274

Black with #D02274

Text Example


Text Example

White with #D02274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02274; }

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

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

background-color css

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

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

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

border-color css

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

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

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