Html Css Color HEX #DA6695 Pale Violet Red

📋 copy color: '#DA6695'

red 218 ◦ green 102 ◦ blue 149

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

Shades of Pale Violet Red #DA6695

Tints of Pale Violet Red #DA6695

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.75%

 BLUE value IS 149 (58.59% from 255) = 31.77%

R = 46.48%
G = 21.75%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA6695 (or 0xDA6695) is known color: Pale Violet Red. HEX triplet: DA, 66 and 95. RGB value is (218,102,149). Sum of RGB (Red+Green+Blue) = 218+102+149=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6695 is #25996A. Grayscale: #8D8D8D. Windows color (decimal): -2464107 or 9791194. OLE color: 9791194.

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

Color convert

RGB 218 102 149 -
CMYK 0 0.53 0.32 0.15
HSL 335.69º 0.61% 0.63% -
HSV(B) 335.69º 0.53% 0.85% -
XYZ 39.09 26.58 31.5 -
YUV 142.04 131.93 182.18 -
System Red Green Blue C M Y K H S L
Decimal 218 102 149 0 0.53 0.32 0.15 335.69 0.61 0.63
Hex DA 66 95 0 35 20 F 150 3D 3F
Octal 332 146 225 0 65 40 17 520 75 77
Binary 11011010 1100110 10010101 0 110101 100000 1111 101010000 111101 111111

Color Harmonies of #DA6695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6695

Black with #DA6695

Text Example


Text Example

White with #DA6695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6695; }

 p { color: rgb(218,102,149); }

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

background-color css

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

 a { background-color: rgb(218,102,149); }

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

border-color css

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

 span { border-color: rgb(218,102,149); }

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