Html Css Color HEX #DA067B Medium Violet Red

📋 copy color: '#DA067B'

red 218 ◦ green 6 ◦ blue 123

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

Shades of Medium Violet Red #DA067B

Tints of Medium Violet Red #DA067B

RGB

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

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

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

R = 62.82%
G = 1.73%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA067B (or 0xDA067B) is known color: Medium Violet Red. HEX triplet: DA, 06 and 7B. RGB value is (218,6,123). Sum of RGB (Red+Green+Blue) = 218+6+123=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 6 (2.73% from 255 or 1.73% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA067B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA067B is #25F984. Grayscale: #525252. Windows color (decimal): -2488709 or 8062682. OLE color: 8062682.

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

Color convert

RGB 218 6 123 -
CMYK 0 0.97 0.44 0.15
HSL 326.89º 0.95% 0.44% -
HSV(B) 326.89º 0.97% 0.85% -
XYZ 32.55 16.47 20.2 -
YUV 82.73 150.74 224.49 -
System Red Green Blue C M Y K H S L
Decimal 218 6 123 0 0.97 0.44 0.15 326.89 0.95 0.44
Hex DA 6 7B 0 61 2C F 147 5F 2C
Octal 332 6 173 0 141 54 17 507 137 54
Binary 11011010 110 1111011 0 1100001 101100 1111 101000111 1011111 101100

Color Harmonies of #DA067B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA067B

Black with #DA067B

Text Example


Text Example

White with #DA067B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA067B; }

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

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

background-color css

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

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

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

border-color css

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

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

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