Html Css Color HEX #DD018C Medium Violet Red

📋 copy color: '#DD018C'

red 221 ◦ green 1 ◦ blue 140

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

Shades of Medium Violet Red #DD018C

Tints of Medium Violet Red #DD018C

RGB

 RED value IS 221 (86.72% from 255) = 61.05%

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 140 (55.08% from 255) = 38.67%

R = 61.05%
G = 0.28%
B = 38.67%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD018C (or 0xDD018C) is known color: Medium Violet Red. HEX triplet: DD, 01 and 8C. RGB value is (221,1,140). Sum of RGB (Red+Green+Blue) = 221+1+140=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD018C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD018C is #22FE73. Grayscale: #525252. Windows color (decimal): -2293364 or 9175517. OLE color: 9175517.

HSL color Cylindrical-coordinate representation of color #DD018C: hue angle of 322.09º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD018C is Cyan = 0, Magento = 1.00, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 1 140 -
CMYK 0 1.00 0.37 0.13
HSL 322.09º 0.99% 0.44% -
HSV(B) 322.09º 1% 0.87% -
XYZ 34.56 17.29 26.33 -
YUV 82.63 160.39 226.7 -
System Red Green Blue C M Y K H S L
Decimal 221 1 140 0 1.00 0.37 0.13 322.09 0.99 0.44
Hex DD 1 8C 0 64 25 D 142 63 2C
Octal 335 1 214 0 144 45 15 502 143 54
Binary 11011101 1 10001100 0 1100100 100101 1101 101000010 1100011 101100

Color Harmonies of #DD018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD018C

Black with #DD018C

Text Example


Text Example

White with #DD018C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD018C; }

 p { color: rgb(221,1,140); }

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

background-color css

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

 a { background-color: rgb(221,1,140); }

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

border-color css

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

 span { border-color: rgb(221,1,140); }

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