Html Css Color HEX #DA168C Medium Violet Red

📋 copy color: '#DA168C'

red 218 ◦ green 22 ◦ blue 140

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

Shades of Medium Violet Red #DA168C

Tints of Medium Violet Red #DA168C

RGB

 RED value IS 218 (85.55% from 255) = 57.37%

 GREEN value IS 22 (8.98% from 255) = 5.79%

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

R = 57.37%
G = 5.79%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA168C (or 0xDA168C) is known color: Medium Violet Red. HEX triplet: DA, 16 and 8C. RGB value is (218,22,140). Sum of RGB (Red+Green+Blue) = 218+22+140=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA168C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA168C is #25E973. Grayscale: #5D5D5D. Windows color (decimal): -2484596 or 9180890. OLE color: 9180890.

HSL color Cylindrical-coordinate representation of color #DA168C: hue angle of 323.88º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA168C is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 22 140 -
CMYK 0 0.90 0.36 0.15
HSL 323.88º 0.82% 0.47% -
HSV(B) 323.88º 0.9% 0.85% -
XYZ 33.93 17.37 26.38 -
YUV 94.06 153.93 216.41 -
System Red Green Blue C M Y K H S L
Decimal 218 22 140 0 0.90 0.36 0.15 323.88 0.82 0.47
Hex DA 16 8C 0 5A 24 F 144 52 2F
Octal 332 26 214 0 132 44 17 504 122 57
Binary 11011010 10110 10001100 0 1011010 100100 1111 101000100 1010010 101111

Color Harmonies of #DA168C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA168C

Black with #DA168C

Text Example


Text Example

White with #DA168C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA168C; }

 p { color: rgb(218,22,140); }

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

background-color css

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

 a { background-color: rgb(218,22,140); }

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

border-color css

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

 span { border-color: rgb(218,22,140); }

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