Html Css Color HEX #DF6EBA Persian Pink

📋 copy color: '#DF6EBA'

red 223 ◦ green 110 ◦ blue 186

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

Shades of Persian Pink #DF6EBA

Tints of Persian Pink #DF6EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.84%

R = 42.97%
G = 21.19%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DF6EBA (or 0xDF6EBA) is known color: Persian Pink. HEX triplet: DF, 6E and BA. RGB value is (223,110,186). Sum of RGB (Red+Green+Blue) = 223+110+186=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6EBA is #209145. Grayscale: #989898. Windows color (decimal): -2134342 or 12218079. OLE color: 12218079.

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

Color convert

RGB 223 110 186 -
CMYK 0 0.51 0.17 0.13
HSL 319.65º 0.64% 0.65% -
HSV(B) 319.65º 0.51% 0.87% -
XYZ 44.87 30.39 49.95 -
YUV 152.45 146.94 178.32 -
System Red Green Blue C M Y K H S L
Decimal 223 110 186 0 0.51 0.17 0.13 319.65 0.64 0.65
Hex DF 6E BA 0 33 11 D 140 40 41
Octal 337 156 272 0 63 21 15 500 100 101
Binary 11011111 1101110 10111010 0 110011 10001 1101 101000000 1000000 1000001

Color Harmonies of #DF6EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6EBA

Black with #DF6EBA

Text Example


Text Example

White with #DF6EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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