Html Css Color HEX #DF068C Medium Violet Red

📋 copy color: '#DF068C'

red 223 ◦ green 6 ◦ blue 140

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

Shades of Medium Violet Red #DF068C

Tints of Medium Violet Red #DF068C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.63%

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

R = 60.43%
G = 1.63%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF068C (or 0xDF068C) is known color: Medium Violet Red. HEX triplet: DF, 06 and 8C. RGB value is (223,6,140). Sum of RGB (Red+Green+Blue) = 223+6+140=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 6 (2.73% from 255 or 1.63% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF068C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF068C is #20F973. Grayscale: #555555. Windows color (decimal): -2161012 or 9176799. OLE color: 9176799.

HSL color Cylindrical-coordinate representation of color #DF068C: hue angle of 322.95º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF068C is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 6 140 -
CMYK 0 0.97 0.37 0.13
HSL 322.95º 0.95% 0.45% -
HSV(B) 322.95º 0.97% 0.87% -
XYZ 35.23 17.71 26.37 -
YUV 86.16 158.39 225.6 -
System Red Green Blue C M Y K H S L
Decimal 223 6 140 0 0.97 0.37 0.13 322.95 0.95 0.45
Hex DF 6 8C 0 61 25 D 143 5F 2D
Octal 337 6 214 0 141 45 15 503 137 55
Binary 11011111 110 10001100 0 1100001 100101 1101 101000011 1011111 101101

Color Harmonies of #DF068C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF068C

Black with #DF068C

Text Example


Text Example

White with #DF068C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF068C; }

 p { color: rgb(223,6,140); }

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

background-color css

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

 a { background-color: rgb(223,6,140); }

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

border-color css

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

 span { border-color: rgb(223,6,140); }

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