Html Css Color HEX #DF97E6 Plum

📋 copy color: '#DF97E6'

red 223 ◦ green 151 ◦ blue 230

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

Shades of Plum #DF97E6

Tints of Plum #DF97E6

RGB

 RED value IS 223 (87.5% from 255) = 36.92%

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

 BLUE value IS 230 (90.23% from 255) = 38.08%

R = 36.92%
G = 25%
B = 38.08%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DF97E6 (or 0xDF97E6) is known color: Plum. HEX triplet: DF, 97 and E6. RGB value is (223,151,230). Sum of RGB (Red+Green+Blue) = 223+151+230=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 151 (59.38% from 255 or 25% from 604); Blue value is 230 (90.23% from 255 or 38.08% from 604); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF97E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF97E6 is #206819. Grayscale: #B5B5B5. Windows color (decimal): -2123802 or 15112159. OLE color: 15112159.

HSL color Cylindrical-coordinate representation of color #DF97E6: hue angle of 294.68º degrees, saturation: 0.61, 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 #DF97E6 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 223 151 230 -
CMYK 0.03 0.34 0 0.10
HSL 294.68º 0.61% 0.75% -
HSV(B) 294.68º 0.34% 0.9% -
XYZ 55.78 43.53 80.33 -
YUV 181.53 155.35 157.58 -
System Red Green Blue C M Y K H S L
Decimal 223 151 230 0.03 0.34 0 0.10 294.68 0.61 0.75
Hex DF 97 E6 3 22 0 A 127 3D 4B
Octal 337 227 346 3 42 0 12 447 75 113
Binary 11011111 10010111 11100110 11 100010 0 1010 100100111 111101 1001011

Color Harmonies of #DF97E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF97E6

Black with #DF97E6

Text Example


Text Example

White with #DF97E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF97E6; }

 p { color: rgb(223,151,230); }

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

background-color css

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

 a { background-color: rgb(223,151,230); }

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

border-color css

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

 span { border-color: rgb(223,151,230); }

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