Html Css Color HEX #DF6EB1 Persian Pink

📋 copy color: '#DF6EB1'

red 223 ◦ green 110 ◦ blue 177

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

Shades of Persian Pink #DF6EB1

Tints of Persian Pink #DF6EB1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.57%

 BLUE value IS 177 (69.53% from 255) = 34.71%

R = 43.73%
G = 21.57%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DF6EB1 (or 0xDF6EB1) is known color: Persian Pink. HEX triplet: DF, 6E and B1. RGB value is (223,110,177). Sum of RGB (Red+Green+Blue) = 223+110+177=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 110 (43.36% from 255 or 21.57% from 510); Blue value is 177 (69.53% from 255 or 34.71% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6EB1 is #20914E. Grayscale: #979797. Windows color (decimal): -2134351 or 11628255. OLE color: 11628255.

HSL color Cylindrical-coordinate representation of color #DF6EB1: hue angle of 324.42º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF6EB1 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 110 177 -
CMYK 0 0.51 0.21 0.13
HSL 324.42º 0.64% 0.65% -
HSV(B) 324.42º 0.51% 0.87% -
XYZ 43.94 30.01 45.07 -
YUV 151.43 142.44 179.05 -
System Red Green Blue C M Y K H S L
Decimal 223 110 177 0 0.51 0.21 0.13 324.42 0.64 0.65
Hex DF 6E B1 0 33 15 D 144 40 41
Octal 337 156 261 0 63 25 15 504 100 101
Binary 11011111 1101110 10110001 0 110011 10101 1101 101000100 1000000 1000001

Color Harmonies of #DF6EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6EB1

Black with #DF6EB1

Text Example


Text Example

White with #DF6EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6EB1; }

 p { color: rgb(223,110,177); }

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

background-color css

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

 a { background-color: rgb(223,110,177); }

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

border-color css

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

 span { border-color: rgb(223,110,177); }

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