Html Css Color HEX #DF1088 Medium Violet Red

📋 copy color: '#DF1088'

red 223 ◦ green 16 ◦ blue 136

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

Shades of Medium Violet Red #DF1088

Tints of Medium Violet Red #DF1088

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.27%

 BLUE value IS 136 (53.52% from 255) = 36.27%

R = 59.47%
G = 4.27%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DF1088 (or 0xDF1088) is known color: Medium Violet Red. HEX triplet: DF, 10 and 88. RGB value is (223,16,136). Sum of RGB (Red+Green+Blue) = 223+16+136=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1088 is #20EF77. Grayscale: #5B5B5B. Windows color (decimal): -2158456 or 8917215. OLE color: 8917215.

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

Color convert

RGB 223 16 136 -
CMYK 0 0.93 0.39 0.13
HSL 325.22º 0.87% 0.47% -
HSV(B) 325.22º 0.93% 0.87% -
XYZ 35.06 17.84 24.89 -
YUV 91.57 153.08 221.74 -
System Red Green Blue C M Y K H S L
Decimal 223 16 136 0 0.93 0.39 0.13 325.22 0.87 0.47
Hex DF 10 88 0 5D 27 D 145 57 2F
Octal 337 20 210 0 135 47 15 505 127 57
Binary 11011111 10000 10001000 0 1011101 100111 1101 101000101 1010111 101111

Color Harmonies of #DF1088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1088

Black with #DF1088

Text Example


Text Example

White with #DF1088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1088; }

 p { color: rgb(223,16,136); }

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

background-color css

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

 a { background-color: rgb(223,16,136); }

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

border-color css

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

 span { border-color: rgb(223,16,136); }

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