Html Css Color HEX #DF6EBC Persian Pink

📋 copy color: '#DF6EBC'

red 223 ◦ green 110 ◦ blue 188

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

Shades of Persian Pink #DF6EBC

Tints of Persian Pink #DF6EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.08%

R = 42.8%
G = 21.11%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DF6EBC (or 0xDF6EBC) is known color: Persian Pink. HEX triplet: DF, 6E and BC. RGB value is (223,110,188). Sum of RGB (Red+Green+Blue) = 223+110+188=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6EBC is #209143. Grayscale: #989898. Windows color (decimal): -2134340 or 12349151. OLE color: 12349151.

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

Color convert

RGB 223 110 188 -
CMYK 0 0.51 0.16 0.13
HSL 318.58º 0.64% 0.65% -
HSV(B) 318.58º 0.51% 0.87% -
XYZ 45.08 30.47 51.08 -
YUV 152.68 147.94 178.16 -
System Red Green Blue C M Y K H S L
Decimal 223 110 188 0 0.51 0.16 0.13 318.58 0.64 0.65
Hex DF 6E BC 0 33 10 D 13F 40 41
Octal 337 156 274 0 63 20 15 477 100 101
Binary 11011111 1101110 10111100 0 110011 10000 1101 100111111 1000000 1000001

Color Harmonies of #DF6EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6EBC

Black with #DF6EBC

Text Example


Text Example

White with #DF6EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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