Html Css Color HEX #DA9FCC Plum

📋 copy color: '#DA9FCC'

red 218 ◦ green 159 ◦ blue 204

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

Shades of Plum #DA9FCC

Tints of Plum #DA9FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.11%

R = 37.52%
G = 27.37%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA9FCC (or 0xDA9FCC) is known color: Plum. HEX triplet: DA, 9F and CC. RGB value is (218,159,204). Sum of RGB (Red+Green+Blue) = 218+159+204=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9FCC is #256033. Grayscale: #B5B5B5. Windows color (decimal): -2449460 or 13410266. OLE color: 13410266.

HSL color Cylindrical-coordinate representation of color #DA9FCC: hue angle of 314.24º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DA9FCC is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 159 204 -
CMYK 0 0.27 0.06 0.15
HSL 314.24º 0.44% 0.74% -
HSV(B) 314.24º 0.27% 0.85% -
XYZ 52.21 44.06 62.88 -
YUV 181.77 140.55 153.84 -
System Red Green Blue C M Y K H S L
Decimal 218 159 204 0 0.27 0.06 0.15 314.24 0.44 0.74
Hex DA 9F CC 0 1B 6 F 13A 2C 4A
Octal 332 237 314 0 33 6 17 472 54 112
Binary 11011010 10011111 11001100 0 11011 110 1111 100111010 101100 1001010

Color Harmonies of #DA9FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9FCC

Black with #DA9FCC

Text Example


Text Example

White with #DA9FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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