Html Css Color HEX #DA688A Pale Violet Red

📋 copy color: '#DA688A'

red 218 ◦ green 104 ◦ blue 138

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

Shades of Pale Violet Red #DA688A

Tints of Pale Violet Red #DA688A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30%

R = 47.39%
G = 22.61%
B = 30%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA688A (or 0xDA688A) is known color: Pale Violet Red. HEX triplet: DA, 68 and 8A. RGB value is (218,104,138). Sum of RGB (Red+Green+Blue) = 218+104+138=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA688A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA688A is #259775. Grayscale: #8D8D8D. Windows color (decimal): -2463606 or 9070810. OLE color: 9070810.

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

Color convert

RGB 218 104 138 -
CMYK 0 0.52 0.37 0.15
HSL 342.11º 0.61% 0.63% -
HSV(B) 342.11º 0.52% 0.85% -
XYZ 38.45 26.64 27.16 -
YUV 141.96 125.77 182.24 -
System Red Green Blue C M Y K H S L
Decimal 218 104 138 0 0.52 0.37 0.15 342.11 0.61 0.63
Hex DA 68 8A 0 34 25 F 156 3D 3F
Octal 332 150 212 0 64 45 17 526 75 77
Binary 11011010 1101000 10001010 0 110100 100101 1111 101010110 111101 111111

Color Harmonies of #DA688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA688A

Black with #DA688A

Text Example


Text Example

White with #DA688A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA688A; }

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

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

background-color css

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

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

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

border-color css

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

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

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