Html Css Color HEX #DD90CB Plum

📋 copy color: '#DD90CB'

red 221 ◦ green 144 ◦ blue 203

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

Shades of Plum #DD90CB

Tints of Plum #DD90CB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.35%

 BLUE value IS 203 (79.69% from 255) = 35.74%

R = 38.91%
G = 25.35%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD90CB (or 0xDD90CB) is known color: Plum. HEX triplet: DD, 90 and CB. RGB value is (221,144,203). Sum of RGB (Red+Green+Blue) = 221+144+203=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DD90CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD90CB is #226F34. Grayscale: #ADADAD. Windows color (decimal): -2256693 or 13340893. OLE color: 13340893.

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

Color convert

RGB 221 144 203 -
CMYK 0 0.35 0.08 0.13
HSL 314.03º 0.53% 0.72% -
HSV(B) 314.03º 0.35% 0.87% -
XYZ 50.57 39.63 61.48 -
YUV 173.75 144.51 161.7 -
System Red Green Blue C M Y K H S L
Decimal 221 144 203 0 0.35 0.08 0.13 314.03 0.53 0.72
Hex DD 90 CB 0 23 8 D 13A 35 48
Octal 335 220 313 0 43 10 15 472 65 110
Binary 11011101 10010000 11001011 0 100011 1000 1101 100111010 110101 1001000

Color Harmonies of #DD90CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD90CB

Black with #DD90CB

Text Example


Text Example

White with #DD90CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD90CB; }

 p { color: rgb(221,144,203); }

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

background-color css

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

 a { background-color: rgb(221,144,203); }

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

border-color css

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

 span { border-color: rgb(221,144,203); }

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