Html Css Color HEX #D88CCB Plum

📋 copy color: '#D88CCB'

red 216 ◦ green 140 ◦ blue 203

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

Shades of Plum #D88CCB

Tints of Plum #D88CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.31%

R = 38.64%
G = 25.04%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D88CCB (or 0xD88CCB) is known color: Plum. HEX triplet: D8, 8C and CB. RGB value is (216,140,203). Sum of RGB (Red+Green+Blue) = 216+140+203=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 140 (55.08% from 255 or 25.04% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 216 - color contains mainly: red. Hex color #D88CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88CCB is #277334. Grayscale: #A9A9A9. Windows color (decimal): -2585397 or 13339864. OLE color: 13339864.

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

Color convert

RGB 216 140 203 -
CMYK 0 0.35 0.06 0.15
HSL 310.26º 0.49% 0.7% -
HSV(B) 310.26º 0.35% 0.85% -
XYZ 48.48 37.67 61.22 -
YUV 169.91 146.68 160.88 -
System Red Green Blue C M Y K H S L
Decimal 216 140 203 0 0.35 0.06 0.15 310.26 0.49 0.7
Hex D8 8C CB 0 23 6 F 136 31 46
Octal 330 214 313 0 43 6 17 466 61 106
Binary 11011000 10001100 11001011 0 100011 110 1111 100110110 110001 1000110

Color Harmonies of #D88CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88CCB

Black with #D88CCB

Text Example


Text Example

White with #D88CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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