Html Css Color HEX #DF92D2 Plum

📋 copy color: '#DF92D2'

red 223 ◦ green 146 ◦ blue 210

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

Shades of Plum #DF92D2

Tints of Plum #DF92D2

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.22%

 BLUE value IS 210 (82.42% from 255) = 36.27%

R = 38.51%
G = 25.22%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DF92D2 (or 0xDF92D2) is known color: Plum. HEX triplet: DF, 92 and D2. RGB value is (223,146,210). Sum of RGB (Red+Green+Blue) = 223+146+210=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 146 (57.42% from 255 or 25.22% from 579); Blue value is 210 (82.42% from 255 or 36.27% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DF92D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF92D2 is #206D2D. Grayscale: #B0B0B0. Windows color (decimal): -2125102 or 13800159. OLE color: 13800159.

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

Color convert

RGB 223 146 210 -
CMYK 0 0.35 0.06 0.13
HSL 310.13º 0.55% 0.72% -
HSV(B) 310.13º 0.35% 0.87% -
XYZ 52.34 40.9 66.11 -
YUV 176.32 147.01 161.3 -
System Red Green Blue C M Y K H S L
Decimal 223 146 210 0 0.35 0.06 0.13 310.13 0.55 0.72
Hex DF 92 D2 0 23 6 D 136 37 48
Octal 337 222 322 0 43 6 15 466 67 110
Binary 11011111 10010010 11010010 0 100011 110 1101 100110110 110111 1001000

Color Harmonies of #DF92D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF92D2

Black with #DF92D2

Text Example


Text Example

White with #DF92D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF92D2; }

 p { color: rgb(223,146,210); }

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

background-color css

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

 a { background-color: rgb(223,146,210); }

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

border-color css

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

 span { border-color: rgb(223,146,210); }

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