Html Css Color HEX #D08ADA Plum

📋 copy color: '#D08ADA'

red 208 ◦ green 138 ◦ blue 218

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

Shades of Plum #D08ADA

Tints of Plum #D08ADA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.47%

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

R = 36.88%
G = 24.47%
B = 38.65%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D08ADA (or 0xD08ADA) is known color: Plum. HEX triplet: D0, 8A and DA. RGB value is (208,138,218). Sum of RGB (Red+Green+Blue) = 208+138+218=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 138 (54.30% from 255 or 24.47% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #D08ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08ADA is #2F7525. Grayscale: #A7A7A7. Windows color (decimal): -3110182 or 14322384. OLE color: 14322384.

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

Color convert

RGB 208 138 218 -
CMYK 0.05 0.37 0 0.15
HSL 292.5º 0.52% 0.7% -
HSV(B) 292.5º 0.37% 0.85% -
XYZ 47.76 36.65 70.89 -
YUV 168.05 156.19 156.5 -
System Red Green Blue C M Y K H S L
Decimal 208 138 218 0.05 0.37 0 0.15 292.5 0.52 0.7
Hex D0 8A DA 5 25 0 F 124 34 46
Octal 320 212 332 5 45 0 17 444 64 106
Binary 11010000 10001010 11011010 101 100101 0 1111 100100100 110100 1000110

Color Harmonies of #D08ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08ADA

Black with #D08ADA

Text Example


Text Example

White with #D08ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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