Html Css Color HEX #D88FD3 Plum

📋 copy color: '#D88FD3'

red 216 ◦ green 143 ◦ blue 211

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

Shades of Plum #D88FD3

Tints of Plum #D88FD3

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.09%

 BLUE value IS 211 (82.81% from 255) = 37.02%

R = 37.89%
G = 25.09%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D88FD3 (or 0xD88FD3) is known color: Plum. HEX triplet: D8, 8F and D3. RGB value is (216,143,211). Sum of RGB (Red+Green+Blue) = 216+143+211=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 211 (82.81% from 255 or 37.02% from 570); Max value from RGB is 216 - color contains mainly: red. Hex color #D88FD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88FD3 is #27702C. Grayscale: #ACACAC. Windows color (decimal): -2584621 or 13864920. OLE color: 13864920.

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

Color convert

RGB 216 143 211 -
CMYK 0 0.34 0.02 0.15
HSL 304.11º 0.48% 0.7% -
HSV(B) 304.11º 0.34% 0.85% -
XYZ 49.9 38.95 66.52 -
YUV 172.58 149.68 158.97 -
System Red Green Blue C M Y K H S L
Decimal 216 143 211 0 0.34 0.02 0.15 304.11 0.48 0.7
Hex D8 8F D3 0 22 2 F 130 30 46
Octal 330 217 323 0 42 2 17 460 60 106
Binary 11011000 10001111 11010011 0 100010 10 1111 100110000 110000 1000110

Color Harmonies of #D88FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88FD3

Black with #D88FD3

Text Example


Text Example

White with #D88FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88FD3; }

 p { color: rgb(216,143,211); }

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

background-color css

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

 a { background-color: rgb(216,143,211); }

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

border-color css

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

 span { border-color: rgb(216,143,211); }

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