Html Css Color HEX #D08CDA Plum

📋 copy color: '#D08CDA'

red 208 ◦ green 140 ◦ blue 218

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

Shades of Plum #D08CDA

Tints of Plum #D08CDA

RGB

 RED value IS 208 (81.64% from 255) = 36.75%

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

 BLUE value IS 218 (85.55% from 255) = 38.52%

R = 36.75%
G = 24.73%
B = 38.52%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D08CDA (or 0xD08CDA) is known color: Plum. HEX triplet: D0, 8C and DA. RGB value is (208,140,218). Sum of RGB (Red+Green+Blue) = 208+140+218=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 140 (55.08% from 255 or 24.73% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #D08CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08CDA is #2F7325. Grayscale: #A8A8A8. Windows color (decimal): -3109670 or 14322896. OLE color: 14322896.

HSL color Cylindrical-coordinate representation of color #D08CDA: hue angle of 292.31º 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 #D08CDA is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 140 218 -
CMYK 0.05 0.36 0 0.15
HSL 292.31º 0.51% 0.7% -
HSV(B) 292.31º 0.36% 0.85% -
XYZ 48.05 37.23 70.98 -
YUV 169.22 155.53 155.66 -
System Red Green Blue C M Y K H S L
Decimal 208 140 218 0.05 0.36 0 0.15 292.31 0.51 0.7
Hex D0 8C DA 5 24 0 F 124 33 46
Octal 320 214 332 5 44 0 17 444 63 106
Binary 11010000 10001100 11011010 101 100100 0 1111 100100100 110011 1000110

Color Harmonies of #D08CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08CDA

Black with #D08CDA

Text Example


Text Example

White with #D08CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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