Html Css Color HEX #D88CDA Plum

📋 copy color: '#D88CDA'

red 216 ◦ green 140 ◦ blue 218

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

Shades of Plum #D88CDA

Tints of Plum #D88CDA

RGB

 RED value IS 216 (84.77% from 255) = 37.63%

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

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

R = 37.63%
G = 24.39%
B = 37.98%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D88CDA (or 0xD88CDA) is known color: Plum. HEX triplet: D8, 8C and DA. RGB value is (216,140,218). Sum of RGB (Red+Green+Blue) = 216+140+218=574 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.63% from 574); Green value is 140 (55.08% from 255 or 24.39% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 218 - color contains mainly: blue. Hex color #D88CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88CDA is #277325. Grayscale: #ABABAB. Windows color (decimal): -2585382 or 14322904. OLE color: 14322904.

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

Color convert

RGB 216 140 218 -
CMYK 0.01 0.36 0 0.15
HSL 298.46º 0.51% 0.7% -
HSV(B) 298.46º 0.36% 0.85% -
XYZ 50.35 38.42 71.09 -
YUV 171.62 154.18 159.66 -
System Red Green Blue C M Y K H S L
Decimal 216 140 218 0.01 0.36 0 0.15 298.46 0.51 0.7
Hex D8 8C DA 1 24 0 F 12A 33 46
Octal 330 214 332 1 44 0 17 452 63 106
Binary 11011000 10001100 11011010 1 100100 0 1111 100101010 110011 1000110

Color Harmonies of #D88CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88CDA

Black with #D88CDA

Text Example


Text Example

White with #D88CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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