Html Css Color HEX #DD93CF Plum

📋 copy color: '#DD93CF'

red 221 ◦ green 147 ◦ blue 207

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

Shades of Plum #DD93CF

Tints of Plum #DD93CF

RGB

 RED value IS 221 (86.72% from 255) = 38.43%

 GREEN value IS 147 (57.81% from 255) = 25.57%

 BLUE value IS 207 (81.25% from 255) = 36%

R = 38.43%
G = 25.57%
B = 36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD93CF (or 0xDD93CF) is known color: Plum. HEX triplet: DD, 93 and CF. RGB value is (221,147,207). Sum of RGB (Red+Green+Blue) = 221+147+207=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 147 (57.81% from 255 or 25.57% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DD93CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD93CF is #226C30. Grayscale: #AFAFAF. Windows color (decimal): -2255921 or 13603805. OLE color: 13603805.

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

Color convert

RGB 221 147 207 -
CMYK 0 0.33 0.06 0.13
HSL 311.35º 0.52% 0.72% -
HSV(B) 311.35º 0.33% 0.87% -
XYZ 51.52 40.74 64.18 -
YUV 175.97 145.52 160.12 -
System Red Green Blue C M Y K H S L
Decimal 221 147 207 0 0.33 0.06 0.13 311.35 0.52 0.72
Hex DD 93 CF 0 21 6 D 137 34 48
Octal 335 223 317 0 41 6 15 467 64 110
Binary 11011101 10010011 11001111 0 100001 110 1101 100110111 110100 1001000

Color Harmonies of #DD93CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD93CF

Black with #DD93CF

Text Example


Text Example

White with #DD93CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD93CF; }

 p { color: rgb(221,147,207); }

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

background-color css

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

 a { background-color: rgb(221,147,207); }

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

border-color css

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

 span { border-color: rgb(221,147,207); }

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