Html Css Color HEX #D08FD8 Plum

📋 copy color: '#D08FD8'

red 208 ◦ green 143 ◦ blue 216

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

Shades of Plum #D08FD8

Tints of Plum #D08FD8

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.22%

 BLUE value IS 216 (84.77% from 255) = 38.1%

R = 36.68%
G = 25.22%
B = 38.1%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D08FD8 (or 0xD08FD8) is known color: Plum. HEX triplet: D0, 8F and D8. RGB value is (208,143,216). Sum of RGB (Red+Green+Blue) = 208+143+216=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 143 (56.25% from 255 or 25.22% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 216 - color contains mainly: blue. Hex color #D08FD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08FD8 is #2F7027. Grayscale: #AAAAAA. Windows color (decimal): -3108904 or 14192592. OLE color: 14192592.

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

Color convert

RGB 208 143 216 -
CMYK 0.04 0.34 0 0.15
HSL 293.42º 0.48% 0.7% -
HSV(B) 293.42º 0.34% 0.85% -
XYZ 48.23 38.01 69.76 -
YUV 170.76 153.53 154.56 -
System Red Green Blue C M Y K H S L
Decimal 208 143 216 0.04 0.34 0 0.15 293.42 0.48 0.7
Hex D0 8F D8 4 22 0 F 125 30 46
Octal 320 217 330 4 42 0 17 445 60 106
Binary 11010000 10001111 11011000 100 100010 0 1111 100100101 110000 1000110

Color Harmonies of #D08FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08FD8

Black with #D08FD8

Text Example


Text Example

White with #D08FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08FD8; }

 p { color: rgb(208,143,216); }

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

background-color css

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

 a { background-color: rgb(208,143,216); }

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

border-color css

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

 span { border-color: rgb(208,143,216); }

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