Html Css Color HEX #D68CDA Plum

📋 copy color: '#D68CDA'

red 214 ◦ green 140 ◦ blue 218

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

Shades of Plum #D68CDA

Tints of Plum #D68CDA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.48%

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

R = 37.41%
G = 24.48%
B = 38.11%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D68CDA (or 0xD68CDA) is known color: Plum. HEX triplet: D6, 8C and DA. RGB value is (214,140,218). Sum of RGB (Red+Green+Blue) = 214+140+218=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 140 (55.08% from 255 or 24.48% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #D68CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68CDA is #297325. Grayscale: #AAAAAA. Windows color (decimal): -2716454 or 14322902. OLE color: 14322902.

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

Color convert

RGB 214 140 218 -
CMYK 0.02 0.36 0 0.15
HSL 296.92º 0.51% 0.7% -
HSV(B) 296.92º 0.36% 0.85% -
XYZ 49.76 38.11 71.06 -
YUV 171.02 154.52 158.66 -
System Red Green Blue C M Y K H S L
Decimal 214 140 218 0.02 0.36 0 0.15 296.92 0.51 0.7
Hex D6 8C DA 2 24 0 F 129 33 46
Octal 326 214 332 2 44 0 17 451 63 106
Binary 11010110 10001100 11011010 10 100100 0 1111 100101001 110011 1000110

Color Harmonies of #D68CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68CDA

Black with #D68CDA

Text Example


Text Example

White with #D68CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68CDA; }

 p { color: rgb(214,140,218); }

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

background-color css

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

 a { background-color: rgb(214,140,218); }

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

border-color css

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

 span { border-color: rgb(214,140,218); }

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