Html Css Color HEX #DA6692 Pale Violet Red

📋 copy color: '#DA6692'

red 218 ◦ green 102 ◦ blue 146

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

Shades of Pale Violet Red #DA6692

Tints of Pale Violet Red #DA6692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.33%

R = 46.78%
G = 21.89%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA6692 (or 0xDA6692) is known color: Pale Violet Red. HEX triplet: DA, 66 and 92. RGB value is (218,102,146). Sum of RGB (Red+Green+Blue) = 218+102+146=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6692 is #25996D. Grayscale: #8D8D8D. Windows color (decimal): -2464110 or 9594586. OLE color: 9594586.

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

Color convert

RGB 218 102 146 -
CMYK 0 0.53 0.33 0.15
HSL 337.24º 0.61% 0.63% -
HSV(B) 337.24º 0.53% 0.85% -
XYZ 38.85 26.48 30.26 -
YUV 141.7 130.43 182.42 -
System Red Green Blue C M Y K H S L
Decimal 218 102 146 0 0.53 0.33 0.15 337.24 0.61 0.63
Hex DA 66 92 0 35 21 F 151 3D 3F
Octal 332 146 222 0 65 41 17 521 75 77
Binary 11011010 1100110 10010010 0 110101 100001 1111 101010001 111101 111111

Color Harmonies of #DA6692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6692

Black with #DA6692

Text Example


Text Example

White with #DA6692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6692; }

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

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

background-color css

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

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

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

border-color css

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

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

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