Html Css Color HEX #D798E5 Plum

📋 copy color: '#D798E5'

red 215 ◦ green 152 ◦ blue 229

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

Shades of Plum #D798E5

Tints of Plum #D798E5

RGB

 RED value IS 215 (84.38% from 255) = 36.07%

 GREEN value IS 152 (59.77% from 255) = 25.5%

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

R = 36.07%
G = 25.5%
B = 38.42%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D798E5 (or 0xD798E5) is known color: Plum. HEX triplet: D7, 98 and E5. RGB value is (215,152,229). Sum of RGB (Red+Green+Blue) = 215+152+229=596 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.07% from 596); Green value is 152 (59.77% from 255 or 25.50% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 229 - color contains mainly: blue. Hex color #D798E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D798E5 is #28671A. Grayscale: #B3B3B3. Windows color (decimal): -2647835 or 15046871. OLE color: 15046871.

HSL color Cylindrical-coordinate representation of color #D798E5: hue angle of 289.09º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D798E5 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 215 152 229 -
CMYK 0.06 0.34 0 0.10
HSL 289.09º 0.6% 0.75% -
HSV(B) 289.09º 0.34% 0.9% -
XYZ 53.4 42.56 79.53 -
YUV 179.62 155.87 153.24 -
System Red Green Blue C M Y K H S L
Decimal 215 152 229 0.06 0.34 0 0.10 289.09 0.6 0.75
Hex D7 98 E5 6 22 0 A 121 3C 4B
Octal 327 230 345 6 42 0 12 441 74 113
Binary 11010111 10011000 11100101 110 100010 0 1010 100100001 111100 1001011

Color Harmonies of #D798E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D798E5

Black with #D798E5

Text Example


Text Example

White with #D798E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D798E5; }

 p { color: rgb(215,152,229); }

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

background-color css

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

 a { background-color: rgb(215,152,229); }

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

border-color css

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

 span { border-color: rgb(215,152,229); }

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