Html Css Color HEX #D02275 Medium Violet Red

📋 copy color: '#D02275'

red 208 ◦ green 34 ◦ blue 117

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

Shades of Medium Violet Red #D02275

Tints of Medium Violet Red #D02275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.59%

R = 57.94%
G = 9.47%
B = 32.59%

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

#D02275 (or 0xD02275) is known color: Medium Violet Red. HEX triplet: D0, 22 and 75. RGB value is (208,34,117). Sum of RGB (Red+Green+Blue) = 208+34+117=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 34 (13.67% from 255 or 9.47% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D02275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02275 is #2FDD8A. Grayscale: #5F5F5F. Windows color (decimal): -3136907 or 7676624. OLE color: 7676624.

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

Color convert

RGB 208 34 117 -
CMYK 0 0.84 0.44 0.18
HSL 331.38º 0.72% 0.47% -
HSV(B) 331.38º 0.84% 0.82% -
XYZ 29.8 15.84 18.32 -
YUV 95.49 140.15 208.25 -
System Red Green Blue C M Y K H S L
Decimal 208 34 117 0 0.84 0.44 0.18 331.38 0.72 0.47
Hex D0 22 75 0 54 2C 12 14B 48 2F
Octal 320 42 165 0 124 54 22 513 110 57
Binary 11010000 100010 1110101 0 1010100 101100 10010 101001011 1001000 101111

Color Harmonies of #D02275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02275

Black with #D02275

Text Example


Text Example

White with #D02275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02275; }

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

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

background-color css

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

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

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

border-color css

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

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

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