Html Css Color HEX #DF8FD4 Plum

📋 copy color: '#DF8FD4'

red 223 ◦ green 143 ◦ blue 212

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

Shades of Plum #DF8FD4

Tints of Plum #DF8FD4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.74%

 BLUE value IS 212 (83.2% from 255) = 36.68%

R = 38.58%
G = 24.74%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DF8FD4 (or 0xDF8FD4) is known color: Plum. HEX triplet: DF, 8F and D4. RGB value is (223,143,212). Sum of RGB (Red+Green+Blue) = 223+143+212=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 143 (56.25% from 255 or 24.74% from 578); Blue value is 212 (83.20% from 255 or 36.68% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8FD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8FD4 is #20702B. Grayscale: #AEAEAE. Windows color (decimal): -2125868 or 13930463. OLE color: 13930463.

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

Color convert

RGB 223 143 212 -
CMYK 0 0.36 0.05 0.13
HSL 308.25º 0.56% 0.72% -
HSV(B) 308.25º 0.36% 0.87% -
XYZ 52.14 40.09 67.28 -
YUV 174.79 149 162.39 -
System Red Green Blue C M Y K H S L
Decimal 223 143 212 0 0.36 0.05 0.13 308.25 0.56 0.72
Hex DF 8F D4 0 24 5 D 134 38 48
Octal 337 217 324 0 44 5 15 464 70 110
Binary 11011111 10001111 11010100 0 100100 101 1101 100110100 111000 1001000

Color Harmonies of #DF8FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8FD4

Black with #DF8FD4

Text Example


Text Example

White with #DF8FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8FD4; }

 p { color: rgb(223,143,212); }

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

background-color css

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

 a { background-color: rgb(223,143,212); }

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

border-color css

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

 span { border-color: rgb(223,143,212); }

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