Html Css Color HEX #DC90E0 Plum

📋 copy color: '#DC90E0'

red 220 ◦ green 144 ◦ blue 224

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

Shades of Plum #DC90E0

Tints of Plum #DC90E0

RGB

 RED value IS 220 (86.33% from 255) = 37.41%

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

 BLUE value IS 224 (87.89% from 255) = 38.1%

R = 37.41%
G = 24.49%
B = 38.1%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DC90E0 (or 0xDC90E0) is known color: Plum. HEX triplet: DC, 90 and E0. RGB value is (220,144,224). Sum of RGB (Red+Green+Blue) = 220+144+224=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC90E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC90E0 is #236F1F. Grayscale: #AFAFAF. Windows color (decimal): -2322208 or 14717148. OLE color: 14717148.

HSL color Cylindrical-coordinate representation of color #DC90E0: hue angle of 297º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC90E0 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 144 224 -
CMYK 0.02 0.36 0 0.12
HSL 297º 0.56% 0.72% -
HSV(B) 297º 0.36% 0.88% -
XYZ 52.94 40.54 75.56 -
YUV 175.84 155.18 159.5 -
System Red Green Blue C M Y K H S L
Decimal 220 144 224 0.02 0.36 0 0.12 297 0.56 0.72
Hex DC 90 E0 2 24 0 C 129 38 48
Octal 334 220 340 2 44 0 14 451 70 110
Binary 11011100 10010000 11100000 10 100100 0 1100 100101001 111000 1001000

Color Harmonies of #DC90E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC90E0

Black with #DC90E0

Text Example


Text Example

White with #DC90E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC90E0; }

 p { color: rgb(220,144,224); }

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

background-color css

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

 a { background-color: rgb(220,144,224); }

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

border-color css

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

 span { border-color: rgb(220,144,224); }

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