Html Css Color HEX #DA8FCC Plum

📋 copy color: '#DA8FCC'

red 218 ◦ green 143 ◦ blue 204

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

Shades of Plum #DA8FCC

Tints of Plum #DA8FCC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.31%

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

R = 38.58%
G = 25.31%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA8FCC (or 0xDA8FCC) is known color: Plum. HEX triplet: DA, 8F and CC. RGB value is (218,143,204). Sum of RGB (Red+Green+Blue) = 218+143+204=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8FCC is #257033. Grayscale: #ACACAC. Windows color (decimal): -2453556 or 13406170. OLE color: 13406170.

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

Color convert

RGB 218 143 204 -
CMYK 0 0.34 0.06 0.15
HSL 311.2º 0.5% 0.71% -
HSV(B) 311.2º 0.34% 0.85% -
XYZ 49.63 38.91 62.02 -
YUV 172.38 145.85 160.54 -
System Red Green Blue C M Y K H S L
Decimal 218 143 204 0 0.34 0.06 0.15 311.2 0.5 0.71
Hex DA 8F CC 0 22 6 F 137 32 47
Octal 332 217 314 0 42 6 17 467 62 107
Binary 11011010 10001111 11001100 0 100010 110 1111 100110111 110010 1000111

Color Harmonies of #DA8FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8FCC

Black with #DA8FCC

Text Example


Text Example

White with #DA8FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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