Html Css Color HEX #DA9FE0 Plum

📋 copy color: '#DA9FE0'

red 218 ◦ green 159 ◦ blue 224

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

Shades of Plum #DA9FE0

Tints of Plum #DA9FE0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.46%

 BLUE value IS 224 (87.89% from 255) = 37.27%

R = 36.27%
G = 26.46%
B = 37.27%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DA9FE0 (or 0xDA9FE0) is known color: Plum. HEX triplet: DA, 9F and E0. RGB value is (218,159,224). Sum of RGB (Red+Green+Blue) = 218+159+224=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 159 (62.5% from 255 or 26.46% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 224 - color contains mainly: blue. Hex color #DA9FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9FE0 is #25601F. Grayscale: #B7B7B7. Windows color (decimal): -2449440 or 14720986. OLE color: 14720986.

HSL color Cylindrical-coordinate representation of color #DA9FE0: hue angle of 294.46º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DA9FE0 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 159 224 -
CMYK 0.03 0.29 0 0.12
HSL 294.46º 0.51% 0.75% -
HSV(B) 294.46º 0.29% 0.88% -
XYZ 54.77 45.08 76.34 -
YUV 184.05 150.55 152.21 -
System Red Green Blue C M Y K H S L
Decimal 218 159 224 0.03 0.29 0 0.12 294.46 0.51 0.75
Hex DA 9F E0 3 1D 0 C 126 33 4B
Octal 332 237 340 3 35 0 14 446 63 113
Binary 11011010 10011111 11100000 11 11101 0 1100 100100110 110011 1001011

Color Harmonies of #DA9FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9FE0

Black with #DA9FE0

Text Example


Text Example

White with #DA9FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9FE0; }

 p { color: rgb(218,159,224); }

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

background-color css

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

 a { background-color: rgb(218,159,224); }

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

border-color css

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

 span { border-color: rgb(218,159,224); }

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