Html Css Color HEX #D02594 Medium Violet Red

📋 copy color: '#D02594'

red 208 ◦ green 37 ◦ blue 148

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

Shades of Medium Violet Red #D02594

Tints of Medium Violet Red #D02594

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.41%

 BLUE value IS 148 (58.2% from 255) = 37.66%

R = 52.93%
G = 9.41%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D02594 (or 0xD02594) is known color: Medium Violet Red. HEX triplet: D0, 25 and 94. RGB value is (208,37,148). Sum of RGB (Red+Green+Blue) = 208+37+148=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D02594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02594 is #2FDA6B. Grayscale: #646464. Windows color (decimal): -3136108 or 9709008. OLE color: 9709008.

HSL color Cylindrical-coordinate representation of color #D02594: hue angle of 321.05º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D02594 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 37 148 -
CMYK 0 0.82 0.29 0.18
HSL 321.05º 0.7% 0.48% -
HSV(B) 321.05º 0.82% 0.82% -
XYZ 32.02 16.87 29.59 -
YUV 100.78 154.65 204.47 -
System Red Green Blue C M Y K H S L
Decimal 208 37 148 0 0.82 0.29 0.18 321.05 0.7 0.48
Hex D0 25 94 0 52 1D 12 141 46 30
Octal 320 45 224 0 122 35 22 501 106 60
Binary 11010000 100101 10010100 0 1010010 11101 10010 101000001 1000110 110000

Color Harmonies of #D02594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02594

Black with #D02594

Text Example


Text Example

White with #D02594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02594; }

 p { color: rgb(208,37,148); }

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

background-color css

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

 a { background-color: rgb(208,37,148); }

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

border-color css

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

 span { border-color: rgb(208,37,148); }

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