Html Css Color HEX #DA1A7B Medium Violet Red

📋 copy color: '#DA1A7B'

red 218 ◦ green 26 ◦ blue 123

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

Shades of Medium Violet Red #DA1A7B

Tints of Medium Violet Red #DA1A7B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.08%

 BLUE value IS 123 (48.44% from 255) = 33.51%

R = 59.4%
G = 7.08%
B = 33.51%

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

#DA1A7B (or 0xDA1A7B) is known color: Medium Violet Red. HEX triplet: DA, 1A and 7B. RGB value is (218,26,123). Sum of RGB (Red+Green+Blue) = 218+26+123=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 26 (10.55% from 255 or 7.08% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1A7B is #25E584. Grayscale: #5E5E5E. Windows color (decimal): -2483589 or 8067802. OLE color: 8067802.

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

Color convert

RGB 218 26 123 -
CMYK 0 0.88 0.44 0.15
HSL 329.69º 0.79% 0.48% -
HSV(B) 329.69º 0.88% 0.85% -
XYZ 32.86 17.07 20.3 -
YUV 94.47 144.11 216.11 -
System Red Green Blue C M Y K H S L
Decimal 218 26 123 0 0.88 0.44 0.15 329.69 0.79 0.48
Hex DA 1A 7B 0 58 2C F 14A 4F 30
Octal 332 32 173 0 130 54 17 512 117 60
Binary 11011010 11010 1111011 0 1011000 101100 1111 101001010 1001111 110000

Color Harmonies of #DA1A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1A7B

Black with #DA1A7B

Text Example


Text Example

White with #DA1A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1A7B; }

 p { color: rgb(218,26,123); }

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

background-color css

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

 a { background-color: rgb(218,26,123); }

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

border-color css

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

 span { border-color: rgb(218,26,123); }

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