Html Css Color HEX #DA688F Pale Violet Red

📋 copy color: '#DA688F'

red 218 ◦ green 104 ◦ blue 143

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

Shades of Pale Violet Red #DA688F

Tints of Pale Violet Red #DA688F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.75%

R = 46.88%
G = 22.37%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA688F (or 0xDA688F) is known color: Pale Violet Red. HEX triplet: DA, 68 and 8F. RGB value is (218,104,143). Sum of RGB (Red+Green+Blue) = 218+104+143=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA688F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA688F is #259770. Grayscale: #8E8E8E. Windows color (decimal): -2463601 or 9398490. OLE color: 9398490.

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

Color convert

RGB 218 104 143 -
CMYK 0 0.52 0.34 0.15
HSL 339.47º 0.61% 0.63% -
HSV(B) 339.47º 0.52% 0.85% -
XYZ 38.82 26.79 29.11 -
YUV 142.53 128.27 181.83 -
System Red Green Blue C M Y K H S L
Decimal 218 104 143 0 0.52 0.34 0.15 339.47 0.61 0.63
Hex DA 68 8F 0 34 22 F 153 3D 3F
Octal 332 150 217 0 64 42 17 523 75 77
Binary 11011010 1101000 10001111 0 110100 100010 1111 101010011 111101 111111

Color Harmonies of #DA688F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA688F

Black with #DA688F

Text Example


Text Example

White with #DA688F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA688F; }

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

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

background-color css

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

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

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

border-color css

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

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

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