Html Css Color HEX #D895E6 Plum

📋 copy color: '#D895E6'

red 216 ◦ green 149 ◦ blue 230

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

Shades of Plum #D895E6

Tints of Plum #D895E6

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.04%

 BLUE value IS 230 (90.23% from 255) = 38.66%

R = 36.3%
G = 25.04%
B = 38.66%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D895E6 (or 0xD895E6) is known color: Plum. HEX triplet: D8, 95 and E6. RGB value is (216,149,230). Sum of RGB (Red+Green+Blue) = 216+149+230=595 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.30% from 595); Green value is 149 (58.59% from 255 or 25.04% from 595); Blue value is 230 (90.23% from 255 or 38.66% from 595); Max value from RGB is 230 - color contains mainly: blue. Hex color #D895E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D895E6 is #276A19. Grayscale: #B2B2B2. Windows color (decimal): -2583066 or 15111640. OLE color: 15111640.

HSL color Cylindrical-coordinate representation of color #D895E6: hue angle of 289.63º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D895E6 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 216 149 230 -
CMYK 0.06 0.35 0 0.10
HSL 289.63º 0.62% 0.74% -
HSV(B) 289.63º 0.35% 0.9% -
XYZ 53.35 41.81 80.12 -
YUV 178.27 157.2 154.91 -
System Red Green Blue C M Y K H S L
Decimal 216 149 230 0.06 0.35 0 0.10 289.63 0.62 0.74
Hex D8 95 E6 6 23 0 A 122 3E 4A
Octal 330 225 346 6 43 0 12 442 76 112
Binary 11011000 10010101 11100110 110 100011 0 1010 100100010 111110 1001010

Color Harmonies of #D895E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D895E6

Black with #D895E6

Text Example


Text Example

White with #D895E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D895E6; }

 p { color: rgb(216,149,230); }

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

background-color css

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

 a { background-color: rgb(216,149,230); }

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

border-color css

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

 span { border-color: rgb(216,149,230); }

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