Html Css Color HEX #D02175 Medium Violet Red

📋 copy color: '#D02175'

red 208 ◦ green 33 ◦ blue 117

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

Shades of Medium Violet Red #D02175

Tints of Medium Violet Red #D02175

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.22%

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

R = 58.1%
G = 9.22%
B = 32.68%

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

#D02175 (or 0xD02175) is known color: Medium Violet Red. HEX triplet: D0, 21 and 75. RGB value is (208,33,117). Sum of RGB (Red+Green+Blue) = 208+33+117=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D02175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02175 is #2FDE8A. Grayscale: #5E5E5E. Windows color (decimal): -3137163 or 7676368. OLE color: 7676368.

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

Color convert

RGB 208 33 117 -
CMYK 0 0.84 0.44 0.18
HSL 331.2º 0.73% 0.47% -
HSV(B) 331.2º 0.84% 0.82% -
XYZ 29.77 15.78 18.31 -
YUV 94.9 140.48 208.67 -
System Red Green Blue C M Y K H S L
Decimal 208 33 117 0 0.84 0.44 0.18 331.2 0.73 0.47
Hex D0 21 75 0 54 2C 12 14B 49 2F
Octal 320 41 165 0 124 54 22 513 111 57
Binary 11010000 100001 1110101 0 1010100 101100 10010 101001011 1001001 101111

Color Harmonies of #D02175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02175

Black with #D02175

Text Example


Text Example

White with #D02175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02175; }

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

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

background-color css

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

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

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

border-color css

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

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

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