Html Css Color HEX #DA187E Medium Violet Red

📋 copy color: '#DA187E'

red 218 ◦ green 24 ◦ blue 126

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

Shades of Medium Violet Red #DA187E

Tints of Medium Violet Red #DA187E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.52%

 BLUE value IS 126 (49.61% from 255) = 34.24%

R = 59.24%
G = 6.52%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA187E (or 0xDA187E) is known color: Medium Violet Red. HEX triplet: DA, 18 and 7E. RGB value is (218,24,126). Sum of RGB (Red+Green+Blue) = 218+24+126=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 24 (9.77% from 255 or 6.52% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA187E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA187E is #25E781. Grayscale: #5D5D5D. Windows color (decimal): -2484098 or 8263898. OLE color: 8263898.

HSL color Cylindrical-coordinate representation of color #DA187E: hue angle of 328.45º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA187E is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 24 126 -
CMYK 0 0.89 0.42 0.15
HSL 328.45º 0.8% 0.47% -
HSV(B) 328.45º 0.89% 0.85% -
XYZ 33.01 17.07 21.29 -
YUV 93.63 146.27 216.71 -
System Red Green Blue C M Y K H S L
Decimal 218 24 126 0 0.89 0.42 0.15 328.45 0.8 0.47
Hex DA 18 7E 0 59 2A F 148 50 2F
Octal 332 30 176 0 131 52 17 510 120 57
Binary 11011010 11000 1111110 0 1011001 101010 1111 101001000 1010000 101111

Color Harmonies of #DA187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA187E

Black with #DA187E

Text Example


Text Example

White with #DA187E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA187E; }

 p { color: rgb(218,24,126); }

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

background-color css

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

 a { background-color: rgb(218,24,126); }

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

border-color css

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

 span { border-color: rgb(218,24,126); }

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