Html Css Color HEX #D08AD4 Plum

📋 copy color: '#D08AD4'

red 208 ◦ green 138 ◦ blue 212

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

Shades of Plum #D08AD4

Tints of Plum #D08AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.99%

R = 37.28%
G = 24.73%
B = 37.99%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D08AD4 (or 0xD08AD4) is known color: Plum. HEX triplet: D0, 8A and D4. RGB value is (208,138,212). Sum of RGB (Red+Green+Blue) = 208+138+212=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 212 - color contains mainly: blue. Hex color #D08AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08AD4 is #2F752B. Grayscale: #A7A7A7. Windows color (decimal): -3110188 or 13929168. OLE color: 13929168.

HSL color Cylindrical-coordinate representation of color #D08AD4: hue angle of 296.76º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D08AD4 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 208 138 212 -
CMYK 0.02 0.35 0 0.17
HSL 296.76º 0.46% 0.69% -
HSV(B) 296.76º 0.35% 0.83% -
XYZ 46.98 36.34 66.83 -
YUV 167.37 153.19 156.98 -
System Red Green Blue C M Y K H S L
Decimal 208 138 212 0.02 0.35 0 0.17 296.76 0.46 0.69
Hex D0 8A D4 2 23 0 11 129 2E 45
Octal 320 212 324 2 43 0 21 451 56 105
Binary 11010000 10001010 11010100 10 100011 0 10001 100101001 101110 1000101

Color Harmonies of #D08AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08AD4

Black with #D08AD4

Text Example


Text Example

White with #D08AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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