Html Css Color HEX #DA669D Pale Violet Red

📋 copy color: '#DA669D'

red 218 ◦ green 102 ◦ blue 157

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

Shades of Pale Violet Red #DA669D

Tints of Pale Violet Red #DA669D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.38%

 BLUE value IS 157 (61.72% from 255) = 32.91%

R = 45.7%
G = 21.38%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA669D (or 0xDA669D) is known color: Pale Violet Red. HEX triplet: DA, 66 and 9D. RGB value is (218,102,157). Sum of RGB (Red+Green+Blue) = 218+102+157=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA669D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA669D is #259962. Grayscale: #8E8E8E. Windows color (decimal): -2464099 or 10315482. OLE color: 10315482.

HSL color Cylindrical-coordinate representation of color #DA669D: hue angle of 331.55º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA669D is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 102 157 -
CMYK 0 0.53 0.28 0.15
HSL 331.55º 0.61% 0.63% -
HSV(B) 331.55º 0.53% 0.85% -
XYZ 39.75 26.84 34.98 -
YUV 142.95 135.93 181.53 -
System Red Green Blue C M Y K H S L
Decimal 218 102 157 0 0.53 0.28 0.15 331.55 0.61 0.63
Hex DA 66 9D 0 35 1C F 14C 3D 3F
Octal 332 146 235 0 65 34 17 514 75 77
Binary 11011010 1100110 10011101 0 110101 11100 1111 101001100 111101 111111

Color Harmonies of #DA669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA669D

Black with #DA669D

Text Example


Text Example

White with #DA669D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA669D; }

 p { color: rgb(218,102,157); }

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

background-color css

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

 a { background-color: rgb(218,102,157); }

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

border-color css

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

 span { border-color: rgb(218,102,157); }

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