Html Css Color HEX #DC95D3 Plum

📋 copy color: '#DC95D3'

red 220 ◦ green 149 ◦ blue 211

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

Shades of Plum #DC95D3

Tints of Plum #DC95D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.38%

R = 37.93%
G = 25.69%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DC95D3 (or 0xDC95D3) is known color: Plum. HEX triplet: DC, 95 and D3. RGB value is (220,149,211). Sum of RGB (Red+Green+Blue) = 220+149+211=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 211 (82.81% from 255 or 36.38% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DC95D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC95D3 is #236A2C. Grayscale: #B1B1B1. Windows color (decimal): -2320941 or 13866460. OLE color: 13866460.

HSL color Cylindrical-coordinate representation of color #DC95D3: hue angle of 307.61º 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 #DC95D3 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 149 211 -
CMYK 0 0.32 0.04 0.14
HSL 307.61º 0.5% 0.72% -
HSV(B) 307.61º 0.32% 0.86% -
XYZ 52.02 41.41 66.88 -
YUV 177.3 147.02 158.46 -
System Red Green Blue C M Y K H S L
Decimal 220 149 211 0 0.32 0.04 0.14 307.61 0.5 0.72
Hex DC 95 D3 0 20 4 E 134 32 48
Octal 334 225 323 0 40 4 16 464 62 110
Binary 11011100 10010101 11010011 0 100000 100 1110 100110100 110010 1001000

Color Harmonies of #DC95D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC95D3

Black with #DC95D3

Text Example


Text Example

White with #DC95D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC95D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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