Html Css Color HEX #DA097D Medium Violet Red

📋 copy color: '#DA097D'

red 218 ◦ green 9 ◦ blue 125

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

Shades of Medium Violet Red #DA097D

Tints of Medium Violet Red #DA097D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.56%

 BLUE value IS 125 (49.22% from 255) = 35.51%

R = 61.93%
G = 2.56%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA097D (or 0xDA097D) is known color: Medium Violet Red. HEX triplet: DA, 09 and 7D. RGB value is (218,9,125). Sum of RGB (Red+Green+Blue) = 218+9+125=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA097D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA097D is #25F682. Grayscale: #545454. Windows color (decimal): -2487939 or 8194522. OLE color: 8194522.

HSL color Cylindrical-coordinate representation of color #DA097D: hue angle of 326.7º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA097D is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 9 125 -
CMYK 0 0.96 0.43 0.15
HSL 326.7º 0.92% 0.45% -
HSV(B) 326.7º 0.96% 0.85% -
XYZ 32.71 16.58 20.88 -
YUV 84.72 150.74 223.07 -
System Red Green Blue C M Y K H S L
Decimal 218 9 125 0 0.96 0.43 0.15 326.7 0.92 0.45
Hex DA 9 7D 0 60 2B F 147 5C 2D
Octal 332 11 175 0 140 53 17 507 134 55
Binary 11011010 1001 1111101 0 1100000 101011 1111 101000111 1011100 101101

Color Harmonies of #DA097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA097D

Black with #DA097D

Text Example


Text Example

White with #DA097D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA097D; }

 p { color: rgb(218,9,125); }

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

background-color css

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

 a { background-color: rgb(218,9,125); }

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

border-color css

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

 span { border-color: rgb(218,9,125); }

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