Html Css Color HEX #DF6DBC Persian Pink

📋 copy color: '#DF6DBC'

red 223 ◦ green 109 ◦ blue 188

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

Shades of Persian Pink #DF6DBC

Tints of Persian Pink #DF6DBC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.96%

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

R = 42.88%
G = 20.96%
B = 36.15%

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

#DF6DBC (or 0xDF6DBC) is known color: Persian Pink. HEX triplet: DF, 6D and BC. RGB value is (223,109,188). Sum of RGB (Red+Green+Blue) = 223+109+188=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 109 (42.97% from 255 or 20.96% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6DBC is #209243. Grayscale: #979797. Windows color (decimal): -2134596 or 12348895. OLE color: 12348895.

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

Color convert

RGB 223 109 188 -
CMYK 0 0.51 0.16 0.13
HSL 318.42º 0.64% 0.65% -
HSV(B) 318.42º 0.51% 0.87% -
XYZ 44.98 30.26 51.05 -
YUV 152.09 148.27 178.58 -
System Red Green Blue C M Y K H S L
Decimal 223 109 188 0 0.51 0.16 0.13 318.42 0.64 0.65
Hex DF 6D BC 0 33 10 D 13E 40 41
Octal 337 155 274 0 63 20 15 476 100 101
Binary 11011111 1101101 10111100 0 110011 10000 1101 100111110 1000000 1000001

Color Harmonies of #DF6DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6DBC

Black with #DF6DBC

Text Example


Text Example

White with #DF6DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6DBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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