Html Css Color HEX #DF138A Medium Violet Red

📋 copy color: '#DF138A'

red 223 ◦ green 19 ◦ blue 138

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

Shades of Medium Violet Red #DF138A

Tints of Medium Violet Red #DF138A

RGB

 RED value IS 223 (87.5% from 255) = 58.68%

 GREEN value IS 19 (7.81% from 255) = 5%

 BLUE value IS 138 (54.3% from 255) = 36.32%

R = 58.68%
G = 5%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF138A (or 0xDF138A) is known color: Medium Violet Red. HEX triplet: DF, 13 and 8A. RGB value is (223,19,138). Sum of RGB (Red+Green+Blue) = 223+19+138=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF138A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF138A is #20EC75. Grayscale: #5D5D5D. Windows color (decimal): -2157686 or 9049055. OLE color: 9049055.

HSL color Cylindrical-coordinate representation of color #DF138A: hue angle of 325º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF138A is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 19 138 -
CMYK 0 0.91 0.38 0.13
HSL 325º 0.84% 0.47% -
HSV(B) 325º 0.91% 0.87% -
XYZ 35.25 17.99 25.66 -
YUV 93.56 153.09 220.32 -
System Red Green Blue C M Y K H S L
Decimal 223 19 138 0 0.91 0.38 0.13 325 0.84 0.47
Hex DF 13 8A 0 5B 26 D 145 54 2F
Octal 337 23 212 0 133 46 15 505 124 57
Binary 11011111 10011 10001010 0 1011011 100110 1101 101000101 1010100 101111

Color Harmonies of #DF138A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF138A

Black with #DF138A

Text Example


Text Example

White with #DF138A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF138A; }

 p { color: rgb(223,19,138); }

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

background-color css

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

 a { background-color: rgb(223,19,138); }

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

border-color css

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

 span { border-color: rgb(223,19,138); }

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