Html Css Color HEX #DC95D0 Plum

📋 copy color: '#DC95D0'

red 220 ◦ green 149 ◦ blue 208

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

Shades of Plum #DC95D0

Tints of Plum #DC95D0

RGB

 RED value IS 220 (86.33% from 255) = 38.13%

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

 BLUE value IS 208 (81.64% from 255) = 36.05%

R = 38.13%
G = 25.82%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC95D0 (or 0xDC95D0) is known color: Plum. HEX triplet: DC, 95 and D0. RGB value is (220,149,208). Sum of RGB (Red+Green+Blue) = 220+149+208=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 149 (58.59% from 255 or 25.82% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DC95D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC95D0 is #236A2F. Grayscale: #B0B0B0. Windows color (decimal): -2320944 or 13669852. OLE color: 13669852.

HSL color Cylindrical-coordinate representation of color #DC95D0: hue angle of 310.14º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC95D0 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 149 208 -
CMYK 0 0.32 0.05 0.14
HSL 310.14º 0.5% 0.72% -
HSV(B) 310.14º 0.32% 0.86% -
XYZ 51.65 41.26 64.92 -
YUV 176.96 145.52 158.7 -
System Red Green Blue C M Y K H S L
Decimal 220 149 208 0 0.32 0.05 0.14 310.14 0.5 0.72
Hex DC 95 D0 0 20 5 E 136 32 48
Octal 334 225 320 0 40 5 16 466 62 110
Binary 11011100 10010101 11010000 0 100000 101 1110 100110110 110010 1001000

Color Harmonies of #DC95D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC95D0

Black with #DC95D0

Text Example


Text Example

White with #DC95D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC95D0; }

 p { color: rgb(220,149,208); }

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

background-color css

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

 a { background-color: rgb(220,149,208); }

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

border-color css

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

 span { border-color: rgb(220,149,208); }

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