Html Css Color HEX #DA6893 Pale Violet Red

📋 copy color: '#DA6893'

red 218 ◦ green 104 ◦ blue 147

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

Shades of Pale Violet Red #DA6893

Tints of Pale Violet Red #DA6893

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.17%

 BLUE value IS 147 (57.81% from 255) = 31.34%

R = 46.48%
G = 22.17%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA6893 (or 0xDA6893) is known color: Pale Violet Red. HEX triplet: DA, 68 and 93. RGB value is (218,104,147). Sum of RGB (Red+Green+Blue) = 218+104+147=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6893 is #25976C. Grayscale: #8E8E8E. Windows color (decimal): -2463597 or 9660634. OLE color: 9660634.

HSL color Cylindrical-coordinate representation of color #DA6893: hue angle of 337.37º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA6893 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 104 147 -
CMYK 0 0.52 0.33 0.15
HSL 337.37º 0.61% 0.63% -
HSV(B) 337.37º 0.52% 0.85% -
XYZ 39.13 26.91 30.74 -
YUV 142.99 130.27 181.5 -
System Red Green Blue C M Y K H S L
Decimal 218 104 147 0 0.52 0.33 0.15 337.37 0.61 0.63
Hex DA 68 93 0 34 21 F 151 3D 3F
Octal 332 150 223 0 64 41 17 521 75 77
Binary 11011010 1101000 10010011 0 110100 100001 1111 101010001 111101 111111

Color Harmonies of #DA6893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6893

Black with #DA6893

Text Example


Text Example

White with #DA6893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6893; }

 p { color: rgb(218,104,147); }

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

background-color css

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

 a { background-color: rgb(218,104,147); }

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

border-color css

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

 span { border-color: rgb(218,104,147); }

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