Html Css Color HEX #DA92DE Plum

📋 copy color: '#DA92DE'

red 218 ◦ green 146 ◦ blue 222

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

Shades of Plum #DA92DE

Tints of Plum #DA92DE

RGB

 RED value IS 218 (85.55% from 255) = 37.2%

 GREEN value IS 146 (57.42% from 255) = 24.91%

 BLUE value IS 222 (87.11% from 255) = 37.88%

R = 37.2%
G = 24.91%
B = 37.88%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA92DE (or 0xDA92DE) is known color: Plum. HEX triplet: DA, 92 and DE. RGB value is (218,146,222). Sum of RGB (Red+Green+Blue) = 218+146+222=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 146 (57.42% from 255 or 24.91% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA92DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA92DE is #256D21. Grayscale: #AFAFAF. Windows color (decimal): -2452770 or 14586586. OLE color: 14586586.

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

Color convert

RGB 218 146 222 -
CMYK 0.02 0.34 0 0.13
HSL 296.84º 0.54% 0.72% -
HSV(B) 296.84º 0.34% 0.87% -
XYZ 52.38 40.74 74.21 -
YUV 176.19 153.85 157.82 -
System Red Green Blue C M Y K H S L
Decimal 218 146 222 0.02 0.34 0 0.13 296.84 0.54 0.72
Hex DA 92 DE 2 22 0 D 129 36 48
Octal 332 222 336 2 42 0 15 451 66 110
Binary 11011010 10010010 11011110 10 100010 0 1101 100101001 110110 1001000

Color Harmonies of #DA92DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA92DE

Black with #DA92DE

Text Example


Text Example

White with #DA92DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA92DE; }

 p { color: rgb(218,146,222); }

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

background-color css

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

 a { background-color: rgb(218,146,222); }

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

border-color css

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

 span { border-color: rgb(218,146,222); }

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