Html Css Color HEX #DF7FB2 Persian Pink

📋 copy color: '#DF7FB2'

red 223 ◦ green 127 ◦ blue 178

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

Shades of Persian Pink #DF7FB2

Tints of Persian Pink #DF7FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.71%

R = 42.23%
G = 24.05%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF7FB2 (or 0xDF7FB2) is known color: Persian Pink. HEX triplet: DF, 7F and B2. RGB value is (223,127,178). Sum of RGB (Red+Green+Blue) = 223+127+178=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7FB2 is #20804D. Grayscale: #A1A1A1. Windows color (decimal): -2129998 or 11698143. OLE color: 11698143.

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

Color convert

RGB 223 127 178 -
CMYK 0 0.43 0.20 0.13
HSL 328.13º 0.6% 0.69% -
HSV(B) 328.13º 0.43% 0.87% -
XYZ 46.06 34.08 46.27 -
YUV 161.52 137.3 171.85 -
System Red Green Blue C M Y K H S L
Decimal 223 127 178 0 0.43 0.20 0.13 328.13 0.6 0.69
Hex DF 7F B2 0 2B 14 D 148 3C 45
Octal 337 177 262 0 53 24 15 510 74 105
Binary 11011111 1111111 10110010 0 101011 10100 1101 101001000 111100 1000101

Color Harmonies of #DF7FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7FB2

Black with #DF7FB2

Text Example


Text Example

White with #DF7FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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