Html Css Color HEX #DF94ED Plum

📋 copy color: '#DF94ED'

red 223 ◦ green 148 ◦ blue 237

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

Shades of Plum #DF94ED

Tints of Plum #DF94ED

RGB

 RED value IS 223 (87.5% from 255) = 36.68%

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

 BLUE value IS 237 (92.97% from 255) = 38.98%

R = 36.68%
G = 24.34%
B = 38.98%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DF94ED (or 0xDF94ED) is known color: Plum. HEX triplet: DF, 94 and ED. RGB value is (223,148,237). Sum of RGB (Red+Green+Blue) = 223+148+237=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 148 (58.20% from 255 or 24.34% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF94ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF94ED is #206B12. Grayscale: #B4B4B4. Windows color (decimal): -2124563 or 15570143. OLE color: 15570143.

HSL color Cylindrical-coordinate representation of color #DF94ED: hue angle of 290.56º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF94ED is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 148 237 -
CMYK 0.06 0.38 0 0.07
HSL 290.56º 0.71% 0.75% -
HSV(B) 290.56º 0.38% 0.93% -
XYZ 56.31 42.98 85.45 -
YUV 180.57 159.85 158.26 -
System Red Green Blue C M Y K H S L
Decimal 223 148 237 0.06 0.38 0 0.07 290.56 0.71 0.75
Hex DF 94 ED 6 26 0 7 123 47 4B
Octal 337 224 355 6 46 0 7 443 107 113
Binary 11011111 10010100 11101101 110 100110 0 111 100100011 1000111 1001011

Color Harmonies of #DF94ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF94ED

Black with #DF94ED

Text Example


Text Example

White with #DF94ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF94ED; }

 p { color: rgb(223,148,237); }

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

background-color css

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

 a { background-color: rgb(223,148,237); }

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

border-color css

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

 span { border-color: rgb(223,148,237); }

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