Html Css Color HEX #DA92E5 Plum

📋 copy color: '#DA92E5'

red 218 ◦ green 146 ◦ blue 229

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

Shades of Plum #DA92E5

Tints of Plum #DA92E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.62%

R = 36.76%
G = 24.62%
B = 38.62%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DA92E5 (or 0xDA92E5) is known color: Plum. HEX triplet: DA, 92 and E5. RGB value is (218,146,229). Sum of RGB (Red+Green+Blue) = 218+146+229=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 146 (57.42% from 255 or 24.62% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA92E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA92E5 is #256D1A. Grayscale: #B0B0B0. Windows color (decimal): -2452763 or 15045338. OLE color: 15045338.

HSL color Cylindrical-coordinate representation of color #DA92E5: hue angle of 292.05º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA92E5 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 146 229 -
CMYK 0.05 0.36 0 0.10
HSL 292.05º 0.61% 0.74% -
HSV(B) 292.05º 0.36% 0.9% -
XYZ 53.34 41.12 79.25 -
YUV 176.99 157.35 157.25 -
System Red Green Blue C M Y K H S L
Decimal 218 146 229 0.05 0.36 0 0.10 292.05 0.61 0.74
Hex DA 92 E5 5 24 0 A 124 3D 4A
Octal 332 222 345 5 44 0 12 444 75 112
Binary 11011010 10010010 11100101 101 100100 0 1010 100100100 111101 1001010

Color Harmonies of #DA92E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA92E5

Black with #DA92E5

Text Example


Text Example

White with #DA92E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA92E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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