Html Css Color HEX #DF98D3 Plum

📋 copy color: '#DF98D3'

red 223 ◦ green 152 ◦ blue 211

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

Shades of Plum #DF98D3

Tints of Plum #DF98D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.01%

R = 38.05%
G = 25.94%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DF98D3 (or 0xDF98D3) is known color: Plum. HEX triplet: DF, 98 and D3. RGB value is (223,152,211). Sum of RGB (Red+Green+Blue) = 223+152+211=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 152 (59.77% from 255 or 25.94% from 586); Blue value is 211 (82.81% from 255 or 36.01% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DF98D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF98D3 is #20672C. Grayscale: #B3B3B3. Windows color (decimal): -2123565 or 13867231. OLE color: 13867231.

HSL color Cylindrical-coordinate representation of color #DF98D3: hue angle of 310.14º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DF98D3 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 152 211 -
CMYK 0 0.32 0.05 0.13
HSL 310.14º 0.53% 0.74% -
HSV(B) 310.14º 0.32% 0.87% -
XYZ 53.42 42.85 67.08 -
YUV 179.96 145.52 158.7 -
System Red Green Blue C M Y K H S L
Decimal 223 152 211 0 0.32 0.05 0.13 310.14 0.53 0.74
Hex DF 98 D3 0 20 5 D 136 35 4A
Octal 337 230 323 0 40 5 15 466 65 112
Binary 11011111 10011000 11010011 0 100000 101 1101 100110110 110101 1001010

Color Harmonies of #DF98D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF98D3

Black with #DF98D3

Text Example


Text Example

White with #DF98D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF98D3; }

 p { color: rgb(223,152,211); }

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

background-color css

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

 a { background-color: rgb(223,152,211); }

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

border-color css

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

 span { border-color: rgb(223,152,211); }

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