Html Css Color HEX #D895CF Plum

📋 copy color: '#D895CF'

red 216 ◦ green 149 ◦ blue 207

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

Shades of Plum #D895CF

Tints of Plum #D895CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.19%

R = 37.76%
G = 26.05%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D895CF (or 0xD895CF) is known color: Plum. HEX triplet: D8, 95 and CF. RGB value is (216,149,207). Sum of RGB (Red+Green+Blue) = 216+149+207=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 149 (58.59% from 255 or 26.05% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 216 - color contains mainly: red. Hex color #D895CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D895CF is #276A30. Grayscale: #AFAFAF. Windows color (decimal): -2583089 or 13604312. OLE color: 13604312.

HSL color Cylindrical-coordinate representation of color #D895CF: hue angle of 308.06º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D895CF is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 149 207 -
CMYK 0 0.31 0.04 0.15
HSL 308.06º 0.46% 0.72% -
HSV(B) 308.06º 0.31% 0.85% -
XYZ 50.33 40.6 64.22 -
YUV 175.65 145.7 156.78 -
System Red Green Blue C M Y K H S L
Decimal 216 149 207 0 0.31 0.04 0.15 308.06 0.46 0.72
Hex D8 95 CF 0 1F 4 F 134 2E 48
Octal 330 225 317 0 37 4 17 464 56 110
Binary 11011000 10010101 11001111 0 11111 100 1111 100110100 101110 1001000

Color Harmonies of #D895CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D895CF

Black with #D895CF

Text Example


Text Example

White with #D895CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D895CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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