Html Css Color HEX #DA1B7A Medium Violet Red

📋 copy color: '#DA1B7A'

red 218 ◦ green 27 ◦ blue 122

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

Shades of Medium Violet Red #DA1B7A

Tints of Medium Violet Red #DA1B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.24%

R = 59.4%
G = 7.36%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA1B7A (or 0xDA1B7A) is known color: Medium Violet Red. HEX triplet: DA, 1B and 7A. RGB value is (218,27,122). Sum of RGB (Red+Green+Blue) = 218+27+122=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 27 (10.94% from 255 or 7.36% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1B7A is #25E485. Grayscale: #5E5E5E. Windows color (decimal): -2483334 or 8002522. OLE color: 8002522.

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

Color convert

RGB 218 27 122 -
CMYK 0 0.88 0.44 0.15
HSL 330.16º 0.78% 0.48% -
HSV(B) 330.16º 0.88% 0.85% -
XYZ 32.82 17.09 19.98 -
YUV 94.94 143.28 215.78 -
System Red Green Blue C M Y K H S L
Decimal 218 27 122 0 0.88 0.44 0.15 330.16 0.78 0.48
Hex DA 1B 7A 0 58 2C F 14A 4E 30
Octal 332 33 172 0 130 54 17 512 116 60
Binary 11011010 11011 1111010 0 1011000 101100 1111 101001010 1001110 110000

Color Harmonies of #DA1B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1B7A

Black with #DA1B7A

Text Example


Text Example

White with #DA1B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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