Html Css Color HEX #D894CC Plum

📋 copy color: '#D894CC'

red 216 ◦ green 148 ◦ blue 204

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

Shades of Plum #D894CC

Tints of Plum #D894CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.92%

R = 38.03%
G = 26.06%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D894CC (or 0xD894CC) is known color: Plum. HEX triplet: D8, 94 and CC. RGB value is (216,148,204). Sum of RGB (Red+Green+Blue) = 216+148+204=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 148 (58.20% from 255 or 26.06% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 216 - color contains mainly: red. Hex color #D894CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D894CC is #276B33. Grayscale: #AEAEAE. Windows color (decimal): -2583348 or 13407448. OLE color: 13407448.

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

Color convert

RGB 216 148 204 -
CMYK 0 0.31 0.06 0.15
HSL 310.59º 0.47% 0.71% -
HSV(B) 310.59º 0.31% 0.85% -
XYZ 49.81 40.14 62.25 -
YUV 174.72 144.53 157.45 -
System Red Green Blue C M Y K H S L
Decimal 216 148 204 0 0.31 0.06 0.15 310.59 0.47 0.71
Hex D8 94 CC 0 1F 6 F 137 2F 47
Octal 330 224 314 0 37 6 17 467 57 107
Binary 11011000 10010100 11001100 0 11111 110 1111 100110111 101111 1000111

Color Harmonies of #D894CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D894CC

Black with #D894CC

Text Example


Text Example

White with #D894CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D894CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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