Html Css Color HEX #DD9BCF Plum

📋 copy color: '#DD9BCF'

red 221 ◦ green 155 ◦ blue 207

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

Shades of Plum #DD9BCF

Tints of Plum #DD9BCF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.59%

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

R = 37.91%
G = 26.59%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD9BCF (or 0xDD9BCF) is known color: Plum. HEX triplet: DD, 9B and CF. RGB value is (221,155,207). Sum of RGB (Red+Green+Blue) = 221+155+207=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 155 (60.94% from 255 or 26.59% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9BCF is #226430. Grayscale: #B4B4B4. Windows color (decimal): -2253873 or 13605853. OLE color: 13605853.

HSL color Cylindrical-coordinate representation of color #DD9BCF: hue angle of 312.73º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DD9BCF is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 155 207 -
CMYK 0 0.30 0.06 0.13
HSL 312.73º 0.49% 0.74% -
HSV(B) 312.73º 0.3% 0.87% -
XYZ 52.8 43.32 64.61 -
YUV 180.66 142.87 156.77 -
System Red Green Blue C M Y K H S L
Decimal 221 155 207 0 0.30 0.06 0.13 312.73 0.49 0.74
Hex DD 9B CF 0 1E 6 D 139 31 4A
Octal 335 233 317 0 36 6 15 471 61 112
Binary 11011101 10011011 11001111 0 11110 110 1101 100111001 110001 1001010

Color Harmonies of #DD9BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9BCF

Black with #DD9BCF

Text Example


Text Example

White with #DD9BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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