Html Css Color HEX #DA8CCF Plum

📋 copy color: '#DA8CCF'

red 218 ◦ green 140 ◦ blue 207

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

Shades of Plum #DA8CCF

Tints of Plum #DA8CCF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.78%

 BLUE value IS 207 (81.25% from 255) = 36.64%

R = 38.58%
G = 24.78%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA8CCF (or 0xDA8CCF) is known color: Plum. HEX triplet: DA, 8C and CF. RGB value is (218,140,207). Sum of RGB (Red+Green+Blue) = 218+140+207=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 140 (55.08% from 255 or 24.78% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8CCF is #257330. Grayscale: #AAAAAA. Windows color (decimal): -2454321 or 13602010. OLE color: 13602010.

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

Color convert

RGB 218 140 207 -
CMYK 0 0.36 0.05 0.15
HSL 308.46º 0.51% 0.7% -
HSV(B) 308.46º 0.36% 0.85% -
XYZ 49.55 38.17 63.79 -
YUV 170.96 148.34 161.55 -
System Red Green Blue C M Y K H S L
Decimal 218 140 207 0 0.36 0.05 0.15 308.46 0.51 0.7
Hex DA 8C CF 0 24 5 F 134 33 46
Octal 332 214 317 0 44 5 17 464 63 106
Binary 11011010 10001100 11001111 0 100100 101 1111 100110100 110011 1000110

Color Harmonies of #DA8CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8CCF

Black with #DA8CCF

Text Example


Text Example

White with #DA8CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8CCF; }

 p { color: rgb(218,140,207); }

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

background-color css

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

 a { background-color: rgb(218,140,207); }

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

border-color css

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

 span { border-color: rgb(218,140,207); }

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