Html Css Color HEX #DA689E Pale Violet Red

📋 copy color: '#DA689E'

red 218 ◦ green 104 ◦ blue 158

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

Shades of Pale Violet Red #DA689E

Tints of Pale Violet Red #DA689E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.92%

R = 45.42%
G = 21.67%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA689E (or 0xDA689E) is known color: Pale Violet Red. HEX triplet: DA, 68 and 9E. RGB value is (218,104,158). Sum of RGB (Red+Green+Blue) = 218+104+158=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 158 (62.11% from 255 or 32.92% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA689E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA689E is #259761. Grayscale: #909090. Windows color (decimal): -2463586 or 10381530. OLE color: 10381530.

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

Color convert

RGB 218 104 158 -
CMYK 0 0.52 0.28 0.15
HSL 331.58º 0.61% 0.63% -
HSV(B) 331.58º 0.52% 0.85% -
XYZ 40.04 27.27 35.5 -
YUV 144.24 135.77 180.61 -
System Red Green Blue C M Y K H S L
Decimal 218 104 158 0 0.52 0.28 0.15 331.58 0.61 0.63
Hex DA 68 9E 0 34 1C F 14C 3D 3F
Octal 332 150 236 0 64 34 17 514 75 77
Binary 11011010 1101000 10011110 0 110100 11100 1111 101001100 111101 111111

Color Harmonies of #DA689E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA689E

Black with #DA689E

Text Example


Text Example

White with #DA689E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA689E; }

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

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

background-color css

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

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

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

border-color css

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

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

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