Html Css Color HEX #D68AD3 Plum

📋 copy color: '#D68AD3'

red 214 ◦ green 138 ◦ blue 211

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

Shades of Plum #D68AD3

Tints of Plum #D68AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.48%

R = 38.01%
G = 24.51%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D68AD3 (or 0xD68AD3) is known color: Plum. HEX triplet: D6, 8A and D3. RGB value is (214,138,211). Sum of RGB (Red+Green+Blue) = 214+138+211=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 138 (54.30% from 255 or 24.51% from 563); Blue value is 211 (82.81% from 255 or 37.48% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D68AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68AD3 is #29752C. Grayscale: #A8A8A8. Windows color (decimal): -2716973 or 13863638. OLE color: 13863638.

HSL color Cylindrical-coordinate representation of color #D68AD3: hue angle of 302.37º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D68AD3 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 138 211 -
CMYK 0 0.36 0.01 0.16
HSL 302.37º 0.48% 0.69% -
HSV(B) 302.37º 0.36% 0.84% -
XYZ 48.58 37.18 66.24 -
YUV 169.05 151.68 160.06 -
System Red Green Blue C M Y K H S L
Decimal 214 138 211 0 0.36 0.01 0.16 302.37 0.48 0.69
Hex D6 8A D3 0 24 1 10 12E 30 45
Octal 326 212 323 0 44 1 20 456 60 105
Binary 11010110 10001010 11010011 0 100100 1 10000 100101110 110000 1000101

Color Harmonies of #D68AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68AD3

Black with #D68AD3

Text Example


Text Example

White with #D68AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68AD3; }

 p { color: rgb(214,138,211); }

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

background-color css

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

 a { background-color: rgb(214,138,211); }

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

border-color css

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

 span { border-color: rgb(214,138,211); }

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