Html Css Color HEX #D88CCD Plum

📋 copy color: '#D88CCD'

red 216 ◦ green 140 ◦ blue 205

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

Shades of Plum #D88CCD

Tints of Plum #D88CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.54%

R = 38.5%
G = 24.96%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D88CCD (or 0xD88CCD) is known color: Plum. HEX triplet: D8, 8C and CD. RGB value is (216,140,205). Sum of RGB (Red+Green+Blue) = 216+140+205=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 140 (55.08% from 255 or 24.96% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 216 - color contains mainly: red. Hex color #D88CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88CCD is #277332. Grayscale: #A9A9A9. Windows color (decimal): -2585395 or 13470936. OLE color: 13470936.

HSL color Cylindrical-coordinate representation of color #D88CCD: hue angle of 308.68º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D88CCD is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 140 205 -
CMYK 0 0.35 0.05 0.15
HSL 308.68º 0.49% 0.7% -
HSV(B) 308.68º 0.35% 0.85% -
XYZ 48.72 37.76 62.48 -
YUV 170.13 147.68 160.71 -
System Red Green Blue C M Y K H S L
Decimal 216 140 205 0 0.35 0.05 0.15 308.68 0.49 0.7
Hex D8 8C CD 0 23 5 F 135 31 46
Octal 330 214 315 0 43 5 17 465 61 106
Binary 11011000 10001100 11001101 0 100011 101 1111 100110101 110001 1000110

Color Harmonies of #D88CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88CCD

Black with #D88CCD

Text Example


Text Example

White with #D88CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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