Html Css Color HEX #DA8DCC Plum

📋 copy color: '#DA8DCC'

red 218 ◦ green 141 ◦ blue 204

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

Shades of Plum #DA8DCC

Tints of Plum #DA8DCC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.04%

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

R = 38.72%
G = 25.04%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA8DCC (or 0xDA8DCC) is known color: Plum. HEX triplet: DA, 8D and CC. RGB value is (218,141,204). Sum of RGB (Red+Green+Blue) = 218+141+204=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8DCC is #257233. Grayscale: #ABABAB. Windows color (decimal): -2454068 or 13405658. OLE color: 13405658.

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

Color convert

RGB 218 141 204 -
CMYK 0 0.35 0.06 0.15
HSL 310.91º 0.51% 0.7% -
HSV(B) 310.91º 0.35% 0.85% -
XYZ 49.34 38.31 61.92 -
YUV 171.21 146.51 161.38 -
System Red Green Blue C M Y K H S L
Decimal 218 141 204 0 0.35 0.06 0.15 310.91 0.51 0.7
Hex DA 8D CC 0 23 6 F 137 33 46
Octal 332 215 314 0 43 6 17 467 63 106
Binary 11011010 10001101 11001100 0 100011 110 1111 100110111 110011 1000110

Color Harmonies of #DA8DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8DCC

Black with #DA8DCC

Text Example


Text Example

White with #DA8DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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