Html Css Color HEX #DC94CE Plum

📋 copy color: '#DC94CE'

red 220 ◦ green 148 ◦ blue 206

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

Shades of Plum #DC94CE

Tints of Plum #DC94CE

RGB

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

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

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

R = 38.33%
G = 25.78%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC94CE (or 0xDC94CE) is known color: Plum. HEX triplet: DC, 94 and CE. RGB value is (220,148,206). Sum of RGB (Red+Green+Blue) = 220+148+206=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DC94CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC94CE is #236B31. Grayscale: #AFAFAF. Windows color (decimal): -2321202 or 13538524. OLE color: 13538524.

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

Color convert

RGB 220 148 206 -
CMYK 0 0.33 0.06 0.14
HSL 311.67º 0.51% 0.72% -
HSV(B) 311.67º 0.33% 0.86% -
XYZ 51.25 40.85 63.58 -
YUV 176.14 144.85 159.28 -
System Red Green Blue C M Y K H S L
Decimal 220 148 206 0 0.33 0.06 0.14 311.67 0.51 0.72
Hex DC 94 CE 0 21 6 E 138 33 48
Octal 334 224 316 0 41 6 16 470 63 110
Binary 11011100 10010100 11001110 0 100001 110 1110 100111000 110011 1001000

Color Harmonies of #DC94CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC94CE

Black with #DC94CE

Text Example


Text Example

White with #DC94CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC94CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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