Html Css Color HEX #DF7FBA Persian Pink

📋 copy color: '#DF7FBA'

red 223 ◦ green 127 ◦ blue 186

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

Shades of Persian Pink #DF7FBA

Tints of Persian Pink #DF7FBA

RGB

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

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

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

R = 41.6%
G = 23.69%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DF7FBA (or 0xDF7FBA) is known color: Persian Pink. HEX triplet: DF, 7F and BA. RGB value is (223,127,186). Sum of RGB (Red+Green+Blue) = 223+127+186=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 127 (50% from 255 or 23.69% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7FBA is #208045. Grayscale: #A2A2A2. Windows color (decimal): -2129990 or 12222431. OLE color: 12222431.

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

Color convert

RGB 223 127 186 -
CMYK 0 0.43 0.17 0.13
HSL 323.13º 0.6% 0.69% -
HSV(B) 323.13º 0.43% 0.87% -
XYZ 46.88 34.41 50.63 -
YUV 162.43 141.3 171.2 -
System Red Green Blue C M Y K H S L
Decimal 223 127 186 0 0.43 0.17 0.13 323.13 0.6 0.69
Hex DF 7F BA 0 2B 11 D 143 3C 45
Octal 337 177 272 0 53 21 15 503 74 105
Binary 11011111 1111111 10111010 0 101011 10001 1101 101000011 111100 1000101

Color Harmonies of #DF7FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7FBA

Black with #DF7FBA

Text Example


Text Example

White with #DF7FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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