Html Css Color HEX #DF7FBC Persian Pink

📋 copy color: '#DF7FBC'

red 223 ◦ green 127 ◦ blue 188

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

Shades of Persian Pink #DF7FBC

Tints of Persian Pink #DF7FBC

RGB

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

 GREEN value IS 127 (50% from 255) = 23.61%

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

R = 41.45%
G = 23.61%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DF7FBC (or 0xDF7FBC) is known color: Persian Pink. HEX triplet: DF, 7F and BC. RGB value is (223,127,188). Sum of RGB (Red+Green+Blue) = 223+127+188=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 127 (50% from 255 or 23.61% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7FBC is #208043. Grayscale: #A2A2A2. Windows color (decimal): -2129988 or 12353503. OLE color: 12353503.

HSL color Cylindrical-coordinate representation of color #DF7FBC: hue angle of 321.88º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7FBC is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 127 188 -
CMYK 0 0.43 0.16 0.13
HSL 321.88º 0.6% 0.69% -
HSV(B) 321.88º 0.43% 0.87% -
XYZ 47.1 34.5 51.75 -
YUV 162.66 142.3 171.04 -
System Red Green Blue C M Y K H S L
Decimal 223 127 188 0 0.43 0.16 0.13 321.88 0.6 0.69
Hex DF 7F BC 0 2B 10 D 142 3C 45
Octal 337 177 274 0 53 20 15 502 74 105
Binary 11011111 1111111 10111100 0 101011 10000 1101 101000010 111100 1000101

Color Harmonies of #DF7FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7FBC

Black with #DF7FBC

Text Example


Text Example

White with #DF7FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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