Html Css Color HEX #DA688B Pale Violet Red

📋 copy color: '#DA688B'

red 218 ◦ green 104 ◦ blue 139

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

Shades of Pale Violet Red #DA688B

Tints of Pale Violet Red #DA688B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.15%

R = 47.29%
G = 22.56%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA688B (or 0xDA688B) is known color: Pale Violet Red. HEX triplet: DA, 68 and 8B. RGB value is (218,104,139). Sum of RGB (Red+Green+Blue) = 218+104+139=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA688B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA688B is #259774. Grayscale: #8E8E8E. Windows color (decimal): -2463605 or 9136346. OLE color: 9136346.

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

Color convert

RGB 218 104 139 -
CMYK 0 0.52 0.36 0.15
HSL 341.58º 0.61% 0.63% -
HSV(B) 341.58º 0.52% 0.85% -
XYZ 38.52 26.67 27.54 -
YUV 142.08 126.27 182.15 -
System Red Green Blue C M Y K H S L
Decimal 218 104 139 0 0.52 0.36 0.15 341.58 0.61 0.63
Hex DA 68 8B 0 34 24 F 156 3D 3F
Octal 332 150 213 0 64 44 17 526 75 77
Binary 11011010 1101000 10001011 0 110100 100100 1111 101010110 111101 111111

Color Harmonies of #DA688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA688B

Black with #DA688B

Text Example


Text Example

White with #DA688B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA688B; }

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

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

background-color css

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

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

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

border-color css

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

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

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