Html Css Color HEX #D88CDD Plum

📋 copy color: '#D88CDD'

red 216 ◦ green 140 ◦ blue 221

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

Shades of Plum #D88CDD

Tints of Plum #D88CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.3%

R = 37.44%
G = 24.26%
B = 38.3%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D88CDD (or 0xD88CDD) is known color: Plum. HEX triplet: D8, 8C and DD. RGB value is (216,140,221). Sum of RGB (Red+Green+Blue) = 216+140+221=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 140 (55.08% from 255 or 24.26% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #D88CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88CDD is #277322. Grayscale: #ABABAB. Windows color (decimal): -2585379 or 14519512. OLE color: 14519512.

HSL color Cylindrical-coordinate representation of color #D88CDD: hue angle of 296.3º degrees, saturation: 0.54, 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 #D88CDD is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 140 221 -
CMYK 0.02 0.37 0 0.13
HSL 296.3º 0.54% 0.71% -
HSV(B) 296.3º 0.37% 0.87% -
XYZ 50.75 38.58 73.18 -
YUV 171.96 155.68 159.41 -
System Red Green Blue C M Y K H S L
Decimal 216 140 221 0.02 0.37 0 0.13 296.3 0.54 0.71
Hex D8 8C DD 2 25 0 D 128 36 47
Octal 330 214 335 2 45 0 15 450 66 107
Binary 11011000 10001100 11011101 10 100101 0 1101 100101000 110110 1000111

Color Harmonies of #D88CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88CDD

Black with #D88CDD

Text Example


Text Example

White with #D88CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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