Html Css Color HEX #DA168E Medium Violet Red

📋 copy color: '#DA168E'

red 218 ◦ green 22 ◦ blue 142

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

Shades of Medium Violet Red #DA168E

Tints of Medium Violet Red #DA168E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.17%

R = 57.07%
G = 5.76%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA168E (or 0xDA168E) is known color: Medium Violet Red. HEX triplet: DA, 16 and 8E. RGB value is (218,22,142). Sum of RGB (Red+Green+Blue) = 218+22+142=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA168E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA168E is #25E971. Grayscale: #5E5E5E. Windows color (decimal): -2484594 or 9311962. OLE color: 9311962.

HSL color Cylindrical-coordinate representation of color #DA168E: hue angle of 323.27º 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 #DA168E is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 22 142 -
CMYK 0 0.90 0.35 0.15
HSL 323.27º 0.82% 0.47% -
HSV(B) 323.27º 0.9% 0.85% -
XYZ 34.08 17.43 27.16 -
YUV 94.28 154.93 216.24 -
System Red Green Blue C M Y K H S L
Decimal 218 22 142 0 0.90 0.35 0.15 323.27 0.82 0.47
Hex DA 16 8E 0 5A 23 F 143 52 2F
Octal 332 26 216 0 132 43 17 503 122 57
Binary 11011010 10110 10001110 0 1011010 100011 1111 101000011 1010010 101111

Color Harmonies of #DA168E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA168E

Black with #DA168E

Text Example


Text Example

White with #DA168E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA168E; }

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

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

background-color css

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

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

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

border-color css

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

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

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