Html Css Color HEX #D08BDA Plum

📋 copy color: '#D08BDA'

red 208 ◦ green 139 ◦ blue 218

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

Shades of Plum #D08BDA

Tints of Plum #D08BDA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.6%

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

R = 36.81%
G = 24.6%
B = 38.58%

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

#D08BDA (or 0xD08BDA) is known color: Plum. HEX triplet: D0, 8B and DA. RGB value is (208,139,218). Sum of RGB (Red+Green+Blue) = 208+139+218=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 139 (54.69% from 255 or 24.60% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #D08BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08BDA is #2F7425. Grayscale: #A8A8A8. Windows color (decimal): -3109926 or 14322640. OLE color: 14322640.

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

Color convert

RGB 208 139 218 -
CMYK 0.05 0.36 0 0.15
HSL 292.41º 0.52% 0.7% -
HSV(B) 292.41º 0.36% 0.85% -
XYZ 47.9 36.94 70.93 -
YUV 168.64 155.86 156.08 -
System Red Green Blue C M Y K H S L
Decimal 208 139 218 0.05 0.36 0 0.15 292.41 0.52 0.7
Hex D0 8B DA 5 24 0 F 124 34 46
Octal 320 213 332 5 44 0 17 444 64 106
Binary 11010000 10001011 11011010 101 100100 0 1111 100100100 110100 1000110

Color Harmonies of #D08BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08BDA

Black with #D08BDA

Text Example


Text Example

White with #D08BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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