Html Css Color HEX #DD9CEF Plum

📋 copy color: '#DD9CEF'

red 221 ◦ green 156 ◦ blue 239

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

Shades of Plum #DD9CEF

Tints of Plum #DD9CEF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.32%

 BLUE value IS 239 (93.75% from 255) = 38.8%

R = 35.88%
G = 25.32%
B = 38.8%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD9CEF (or 0xDD9CEF) is known color: Plum. HEX triplet: DD, 9C and EF. RGB value is (221,156,239). Sum of RGB (Red+Green+Blue) = 221+156+239=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 156 (61.33% from 255 or 25.32% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD9CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9CEF is #226310. Grayscale: #B8B8B8. Windows color (decimal): -2253585 or 15703261. OLE color: 15703261.

HSL color Cylindrical-coordinate representation of color #DD9CEF: hue angle of 286.99º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD9CEF is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 156 239 -
CMYK 0.08 0.35 0 0.06
HSL 286.99º 0.72% 0.77% -
HSV(B) 286.99º 0.35% 0.94% -
XYZ 57.29 45.38 87.4 -
YUV 184.9 158.53 153.75 -
System Red Green Blue C M Y K H S L
Decimal 221 156 239 0.08 0.35 0 0.06 286.99 0.72 0.77
Hex DD 9C EF 8 23 0 6 11F 48 4D
Octal 335 234 357 10 43 0 6 437 110 115
Binary 11011101 10011100 11101111 1000 100011 0 110 100011111 1001000 1001101

Color Harmonies of #DD9CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9CEF

Black with #DD9CEF

Text Example


Text Example

White with #DD9CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9CEF; }

 p { color: rgb(221,156,239); }

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

background-color css

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

 a { background-color: rgb(221,156,239); }

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

border-color css

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

 span { border-color: rgb(221,156,239); }

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