Html Css Color HEX #DF6EB6 Persian Pink

📋 copy color: '#DF6EB6'

red 223 ◦ green 110 ◦ blue 182

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

Shades of Persian Pink #DF6EB6

Tints of Persian Pink #DF6EB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.34%

R = 43.3%
G = 21.36%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DF6EB6 (or 0xDF6EB6) is known color: Persian Pink. HEX triplet: DF, 6E and B6. RGB value is (223,110,182). Sum of RGB (Red+Green+Blue) = 223+110+182=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 110 (43.36% from 255 or 21.36% from 515); Blue value is 182 (71.48% from 255 or 35.34% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6EB6 is #209149. Grayscale: #979797. Windows color (decimal): -2134346 or 11955935. OLE color: 11955935.

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

Color convert

RGB 223 110 182 -
CMYK 0 0.51 0.18 0.13
HSL 321.77º 0.64% 0.65% -
HSV(B) 321.77º 0.51% 0.87% -
XYZ 44.45 30.22 47.75 -
YUV 152 144.94 178.65 -
System Red Green Blue C M Y K H S L
Decimal 223 110 182 0 0.51 0.18 0.13 321.77 0.64 0.65
Hex DF 6E B6 0 33 12 D 142 40 41
Octal 337 156 266 0 63 22 15 502 100 101
Binary 11011111 1101110 10110110 0 110011 10010 1101 101000010 1000000 1000001

Color Harmonies of #DF6EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6EB6

Black with #DF6EB6

Text Example


Text Example

White with #DF6EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6EB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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