Html Css Color HEX #DA067F Medium Violet Red

📋 copy color: '#DA067F'

red 218 ◦ green 6 ◦ blue 127

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

Shades of Medium Violet Red #DA067F

Tints of Medium Violet Red #DA067F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.18%

R = 62.11%
G = 1.71%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA067F (or 0xDA067F) is known color: Medium Violet Red. HEX triplet: DA, 06 and 7F. RGB value is (218,6,127). Sum of RGB (Red+Green+Blue) = 218+6+127=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA067F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA067F is #25F980. Grayscale: #525252. Windows color (decimal): -2488705 or 8324826. OLE color: 8324826.

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

Color convert

RGB 218 6 127 -
CMYK 0 0.97 0.42 0.15
HSL 325.75º 0.95% 0.44% -
HSV(B) 325.75º 0.97% 0.85% -
XYZ 32.81 16.57 21.55 -
YUV 83.18 152.74 224.16 -
System Red Green Blue C M Y K H S L
Decimal 218 6 127 0 0.97 0.42 0.15 325.75 0.95 0.44
Hex DA 6 7F 0 61 2A F 146 5F 2C
Octal 332 6 177 0 141 52 17 506 137 54
Binary 11011010 110 1111111 0 1100001 101010 1111 101000110 1011111 101100

Color Harmonies of #DA067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA067F

Black with #DA067F

Text Example


Text Example

White with #DA067F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA067F; }

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

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

background-color css

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

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

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

border-color css

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

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

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