Html Css Color HEX #DA068A Medium Violet Red

📋 copy color: '#DA068A'

red 218 ◦ green 6 ◦ blue 138

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

Shades of Medium Violet Red #DA068A

Tints of Medium Violet Red #DA068A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.12%

R = 60.22%
G = 1.66%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA068A (or 0xDA068A) is known color: Medium Violet Red. HEX triplet: DA, 06 and 8A. RGB value is (218,6,138). Sum of RGB (Red+Green+Blue) = 218+6+138=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 6 (2.73% from 255 or 1.66% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA068A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA068A is #25F975. Grayscale: #545454. Windows color (decimal): -2488694 or 9045722. OLE color: 9045722.

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

Color convert

RGB 218 6 138 -
CMYK 0 0.97 0.37 0.15
HSL 322.64º 0.95% 0.44% -
HSV(B) 322.64º 0.97% 0.85% -
XYZ 33.57 16.87 25.53 -
YUV 84.44 158.24 223.27 -
System Red Green Blue C M Y K H S L
Decimal 218 6 138 0 0.97 0.37 0.15 322.64 0.95 0.44
Hex DA 6 8A 0 61 25 F 143 5F 2C
Octal 332 6 212 0 141 45 17 503 137 54
Binary 11011010 110 10001010 0 1100001 100101 1111 101000011 1011111 101100

Color Harmonies of #DA068A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA068A

Black with #DA068A

Text Example


Text Example

White with #DA068A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA068A; }

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

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

background-color css

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

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

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

border-color css

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

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

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