Html Css Color HEX #DF7FB6 Persian Pink

📋 copy color: '#DF7FB6'

red 223 ◦ green 127 ◦ blue 182

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

Shades of Persian Pink #DF7FB6

Tints of Persian Pink #DF7FB6

RGB

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

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

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

R = 41.92%
G = 23.87%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DF7FB6 (or 0xDF7FB6) is known color: Persian Pink. HEX triplet: DF, 7F and B6. RGB value is (223,127,182). Sum of RGB (Red+Green+Blue) = 223+127+182=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7FB6 is #208049. Grayscale: #A1A1A1. Windows color (decimal): -2129994 or 11960287. OLE color: 11960287.

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

Color convert

RGB 223 127 182 -
CMYK 0 0.43 0.18 0.13
HSL 325.63º 0.6% 0.69% -
HSV(B) 325.63º 0.43% 0.87% -
XYZ 46.46 34.24 48.42 -
YUV 161.97 139.3 171.53 -
System Red Green Blue C M Y K H S L
Decimal 223 127 182 0 0.43 0.18 0.13 325.63 0.6 0.69
Hex DF 7F B6 0 2B 12 D 146 3C 45
Octal 337 177 266 0 53 22 15 506 74 105
Binary 11011111 1111111 10110110 0 101011 10010 1101 101000110 111100 1000101

Color Harmonies of #DF7FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7FB6

Black with #DF7FB6

Text Example


Text Example

White with #DF7FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7FB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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