Html Css Color HEX #DF91D4 Plum

📋 copy color: '#DF91D4'

red 223 ◦ green 145 ◦ blue 212

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

Shades of Plum #DF91D4

Tints of Plum #DF91D4

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25%

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

R = 38.45%
G = 25%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DF91D4 (or 0xDF91D4) is known color: Plum. HEX triplet: DF, 91 and D4. RGB value is (223,145,212). Sum of RGB (Red+Green+Blue) = 223+145+212=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 145 (57.03% from 255 or 25% from 580); Blue value is 212 (83.20% from 255 or 36.55% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DF91D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF91D4 is #206E2B. Grayscale: #AFAFAF. Windows color (decimal): -2125356 or 13930975. OLE color: 13930975.

HSL color Cylindrical-coordinate representation of color #DF91D4: hue angle of 308.46º 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 #DF91D4 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 145 212 -
CMYK 0 0.35 0.05 0.13
HSL 308.46º 0.55% 0.72% -
HSV(B) 308.46º 0.35% 0.87% -
XYZ 52.44 40.69 67.38 -
YUV 175.96 148.34 161.55 -
System Red Green Blue C M Y K H S L
Decimal 223 145 212 0 0.35 0.05 0.13 308.46 0.55 0.72
Hex DF 91 D4 0 23 5 D 134 37 48
Octal 337 221 324 0 43 5 15 464 67 110
Binary 11011111 10010001 11010100 0 100011 101 1101 100110100 110111 1001000

Color Harmonies of #DF91D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF91D4

Black with #DF91D4

Text Example


Text Example

White with #DF91D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF91D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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