Html Css Color HEX #DA1B7F Medium Violet Red

📋 copy color: '#DA1B7F'

red 218 ◦ green 27 ◦ blue 127

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

Shades of Medium Violet Red #DA1B7F

Tints of Medium Violet Red #DA1B7F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.26%

 BLUE value IS 127 (50% from 255) = 34.14%

R = 58.6%
G = 7.26%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA1B7F (or 0xDA1B7F) is known color: Medium Violet Red. HEX triplet: DA, 1B and 7F. RGB value is (218,27,127). Sum of RGB (Red+Green+Blue) = 218+27+127=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 27 (10.94% from 255 or 7.26% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1B7F is #25E480. Grayscale: #5F5F5F. Windows color (decimal): -2483329 or 8330202. OLE color: 8330202.

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

Color convert

RGB 218 27 127 -
CMYK 0 0.88 0.42 0.15
HSL 328.59º 0.78% 0.48% -
HSV(B) 328.59º 0.88% 0.85% -
XYZ 33.14 17.22 21.66 -
YUV 95.51 145.78 215.37 -
System Red Green Blue C M Y K H S L
Decimal 218 27 127 0 0.88 0.42 0.15 328.59 0.78 0.48
Hex DA 1B 7F 0 58 2A F 149 4E 30
Octal 332 33 177 0 130 52 17 511 116 60
Binary 11011010 11011 1111111 0 1011000 101010 1111 101001001 1001110 110000

Color Harmonies of #DA1B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1B7F

Black with #DA1B7F

Text Example


Text Example

White with #DA1B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1B7F; }

 p { color: rgb(218,27,127); }

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

background-color css

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

 a { background-color: rgb(218,27,127); }

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

border-color css

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

 span { border-color: rgb(218,27,127); }

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