Html Css Color HEX #DA689C Pale Violet Red

📋 copy color: '#DA689C'

red 218 ◦ green 104 ◦ blue 156

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

Shades of Pale Violet Red #DA689C

Tints of Pale Violet Red #DA689C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.64%

R = 45.61%
G = 21.76%
B = 32.64%

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

#DA689C (or 0xDA689C) is known color: Pale Violet Red. HEX triplet: DA, 68 and 9C. RGB value is (218,104,156). Sum of RGB (Red+Green+Blue) = 218+104+156=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA689C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA689C is #259763. Grayscale: #8F8F8F. Windows color (decimal): -2463588 or 10250458. OLE color: 10250458.

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

Color convert

RGB 218 104 156 -
CMYK 0 0.52 0.28 0.15
HSL 332.63º 0.61% 0.63% -
HSV(B) 332.63º 0.52% 0.85% -
XYZ 39.86 27.21 34.6 -
YUV 144.01 134.77 180.77 -
System Red Green Blue C M Y K H S L
Decimal 218 104 156 0 0.52 0.28 0.15 332.63 0.61 0.63
Hex DA 68 9C 0 34 1C F 14D 3D 3F
Octal 332 150 234 0 64 34 17 515 75 77
Binary 11011010 1101000 10011100 0 110100 11100 1111 101001101 111101 111111

Color Harmonies of #DA689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA689C

Black with #DA689C

Text Example


Text Example

White with #DA689C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA689C; }

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

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

background-color css

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

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

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

border-color css

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

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

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