Html Css Color HEX #D894CE Plum

📋 copy color: '#D894CE'

red 216 ◦ green 148 ◦ blue 206

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

Shades of Plum #D894CE

Tints of Plum #D894CE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.96%

 BLUE value IS 206 (80.86% from 255) = 36.14%

R = 37.89%
G = 25.96%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D894CE (or 0xD894CE) is known color: Plum. HEX triplet: D8, 94 and CE. RGB value is (216,148,206). Sum of RGB (Red+Green+Blue) = 216+148+206=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 148 (58.20% from 255 or 25.96% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 216 - color contains mainly: red. Hex color #D894CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D894CE is #276B31. Grayscale: #AEAEAE. Windows color (decimal): -2583346 or 13538520. OLE color: 13538520.

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

Color convert

RGB 216 148 206 -
CMYK 0 0.31 0.05 0.15
HSL 308.82º 0.47% 0.71% -
HSV(B) 308.82º 0.31% 0.85% -
XYZ 50.05 40.23 63.52 -
YUV 174.94 145.53 157.28 -
System Red Green Blue C M Y K H S L
Decimal 216 148 206 0 0.31 0.05 0.15 308.82 0.47 0.71
Hex D8 94 CE 0 1F 5 F 135 2F 47
Octal 330 224 316 0 37 5 17 465 57 107
Binary 11011000 10010100 11001110 0 11111 101 1111 100110101 101111 1000111

Color Harmonies of #D894CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D894CE

Black with #D894CE

Text Example


Text Example

White with #D894CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D894CE; }

 p { color: rgb(216,148,206); }

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

background-color css

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

 a { background-color: rgb(216,148,206); }

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

border-color css

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

 span { border-color: rgb(216,148,206); }

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