Html Css Color HEX #D997EA Plum

📋 copy color: '#D997EA'

red 217 ◦ green 151 ◦ blue 234

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

Shades of Plum #D997EA

Tints of Plum #D997EA

RGB

 RED value IS 217 (85.16% from 255) = 36.05%

 GREEN value IS 151 (59.38% from 255) = 25.08%

 BLUE value IS 234 (91.8% from 255) = 38.87%

R = 36.05%
G = 25.08%
B = 38.87%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D997EA (or 0xD997EA) is known color: Plum. HEX triplet: D9, 97 and EA. RGB value is (217,151,234). Sum of RGB (Red+Green+Blue) = 217+151+234=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 151 (59.38% from 255 or 25.08% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #D997EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D997EA is #266815. Grayscale: #B3B3B3. Windows color (decimal): -2517014 or 15374297. OLE color: 15374297.

HSL color Cylindrical-coordinate representation of color #D997EA: hue angle of 287.71º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D997EA is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 151 234 -
CMYK 0.07 0.35 0 0.08
HSL 287.71º 0.66% 0.75% -
HSV(B) 287.71º 0.35% 0.92% -
XYZ 54.53 42.83 83.23 -
YUV 180.2 158.37 154.25 -
System Red Green Blue C M Y K H S L
Decimal 217 151 234 0.07 0.35 0 0.08 287.71 0.66 0.75
Hex D9 97 EA 7 23 0 8 120 42 4B
Octal 331 227 352 7 43 0 10 440 102 113
Binary 11011001 10010111 11101010 111 100011 0 1000 100100000 1000010 1001011

Color Harmonies of #D997EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D997EA

Black with #D997EA

Text Example


Text Example

White with #D997EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D997EA; }

 p { color: rgb(217,151,234); }

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

background-color css

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

 a { background-color: rgb(217,151,234); }

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

border-color css

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

 span { border-color: rgb(217,151,234); }

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