Html Css Color HEX #D890CC Plum

📋 copy color: '#D890CC'

red 216 ◦ green 144 ◦ blue 204

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

Shades of Plum #D890CC

Tints of Plum #D890CC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.53%

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

R = 38.3%
G = 25.53%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D890CC (or 0xD890CC) is known color: Plum. HEX triplet: D8, 90 and CC. RGB value is (216,144,204). Sum of RGB (Red+Green+Blue) = 216+144+204=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 216 - color contains mainly: red. Hex color #D890CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D890CC is #276F33. Grayscale: #ACACAC. Windows color (decimal): -2584372 or 13406424. OLE color: 13406424.

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

Color convert

RGB 216 144 204 -
CMYK 0 0.33 0.06 0.15
HSL 310º 0.48% 0.71% -
HSV(B) 310º 0.33% 0.85% -
XYZ 49.19 38.91 62.04 -
YUV 172.37 145.85 159.12 -
System Red Green Blue C M Y K H S L
Decimal 216 144 204 0 0.33 0.06 0.15 310 0.48 0.71
Hex D8 90 CC 0 21 6 F 136 30 47
Octal 330 220 314 0 41 6 17 466 60 107
Binary 11011000 10010000 11001100 0 100001 110 1111 100110110 110000 1000111

Color Harmonies of #D890CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D890CC

Black with #D890CC

Text Example


Text Example

White with #D890CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D890CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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