Html Css Color HEX #DA068D Medium Violet Red

📋 copy color: '#DA068D'

red 218 ◦ green 6 ◦ blue 141

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

Shades of Medium Violet Red #DA068D

Tints of Medium Violet Red #DA068D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.64%

 BLUE value IS 141 (55.47% from 255) = 38.63%

R = 59.73%
G = 1.64%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA068D (or 0xDA068D) is known color: Medium Violet Red. HEX triplet: DA, 06 and 8D. RGB value is (218,6,141). Sum of RGB (Red+Green+Blue) = 218+6+141=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 6 (2.73% from 255 or 1.64% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA068D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA068D is #25F972. Grayscale: #545454. Windows color (decimal): -2488691 or 9242330. OLE color: 9242330.

HSL color Cylindrical-coordinate representation of color #DA068D: hue angle of 321.79º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA068D is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 6 141 -
CMYK 0 0.97 0.35 0.15
HSL 321.79º 0.95% 0.44% -
HSV(B) 321.79º 0.97% 0.85% -
XYZ 33.79 16.96 26.69 -
YUV 84.78 159.74 223.02 -
System Red Green Blue C M Y K H S L
Decimal 218 6 141 0 0.97 0.35 0.15 321.79 0.95 0.44
Hex DA 6 8D 0 61 23 F 142 5F 2C
Octal 332 6 215 0 141 43 17 502 137 54
Binary 11011010 110 10001101 0 1100001 100011 1111 101000010 1011111 101100

Color Harmonies of #DA068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA068D

Black with #DA068D

Text Example


Text Example

White with #DA068D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA068D; }

 p { color: rgb(218,6,141); }

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

background-color css

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

 a { background-color: rgb(218,6,141); }

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

border-color css

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

 span { border-color: rgb(218,6,141); }

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