Html Css Color HEX #D68DDF Plum

📋 copy color: '#D68DDF'

red 214 ◦ green 141 ◦ blue 223

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

Shades of Plum #D68DDF

Tints of Plum #D68DDF

RGB

 RED value IS 214 (83.98% from 255) = 37.02%

 GREEN value IS 141 (55.47% from 255) = 24.39%

 BLUE value IS 223 (87.5% from 255) = 38.58%

R = 37.02%
G = 24.39%
B = 38.58%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D68DDF (or 0xD68DDF) is known color: Plum. HEX triplet: D6, 8D and DF. RGB value is (214,141,223). Sum of RGB (Red+Green+Blue) = 214+141+223=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 141 (55.47% from 255 or 24.39% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #D68DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68DDF is #297220. Grayscale: #ABABAB. Windows color (decimal): -2716193 or 14650838. OLE color: 14650838.

HSL color Cylindrical-coordinate representation of color #D68DDF: hue angle of 293.41º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D68DDF is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 141 223 -
CMYK 0.04 0.37 0 0.13
HSL 293.41º 0.56% 0.71% -
HSV(B) 293.41º 0.37% 0.87% -
XYZ 50.58 38.67 74.61 -
YUV 172.18 156.68 157.83 -
System Red Green Blue C M Y K H S L
Decimal 214 141 223 0.04 0.37 0 0.13 293.41 0.56 0.71
Hex D6 8D DF 4 25 0 D 125 38 47
Octal 326 215 337 4 45 0 15 445 70 107
Binary 11010110 10001101 11011111 100 100101 0 1101 100100101 111000 1000111

Color Harmonies of #D68DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68DDF

Black with #D68DDF

Text Example


Text Example

White with #D68DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68DDF; }

 p { color: rgb(214,141,223); }

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

background-color css

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

 a { background-color: rgb(214,141,223); }

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

border-color css

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

 span { border-color: rgb(214,141,223); }

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