Html Css Color HEX #DA6990 Pale Violet Red

📋 copy color: '#DA6990'

red 218 ◦ green 105 ◦ blue 144

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

Shades of Pale Violet Red #DA6990

Tints of Pale Violet Red #DA6990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.48%

 BLUE value IS 144 (56.64% from 255) = 30.84%

R = 46.68%
G = 22.48%
B = 30.84%

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

#DA6990 (or 0xDA6990) is known color: Pale Violet Red. HEX triplet: DA, 69 and 90. RGB value is (218,105,144). Sum of RGB (Red+Green+Blue) = 218+105+144=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6990 is #25966F. Grayscale: #8F8F8F. Windows color (decimal): -2463344 or 9464282. OLE color: 9464282.

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

Color convert

RGB 218 105 144 -
CMYK 0 0.52 0.34 0.15
HSL 339.29º 0.6% 0.63% -
HSV(B) 339.29º 0.52% 0.85% -
XYZ 39 27.02 29.55 -
YUV 143.23 128.44 181.33 -
System Red Green Blue C M Y K H S L
Decimal 218 105 144 0 0.52 0.34 0.15 339.29 0.6 0.63
Hex DA 69 90 0 34 22 F 153 3C 3F
Octal 332 151 220 0 64 42 17 523 74 77
Binary 11011010 1101001 10010000 0 110100 100010 1111 101010011 111100 111111

Color Harmonies of #DA6990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6990

Black with #DA6990

Text Example


Text Example

White with #DA6990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6990; }

 p { color: rgb(218,105,144); }

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

background-color css

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

 a { background-color: rgb(218,105,144); }

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

border-color css

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

 span { border-color: rgb(218,105,144); }

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