Html Css Color HEX #DF7AB2 Persian Pink

📋 copy color: '#DF7AB2'

red 223 ◦ green 122 ◦ blue 178

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

Shades of Persian Pink #DF7AB2

Tints of Persian Pink #DF7AB2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.33%

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

R = 42.64%
G = 23.33%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF7AB2 (or 0xDF7AB2) is known color: Persian Pink. HEX triplet: DF, 7A and B2. RGB value is (223,122,178). Sum of RGB (Red+Green+Blue) = 223+122+178=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7AB2 is #20854D. Grayscale: #9E9E9E. Windows color (decimal): -2131278 or 11696863. OLE color: 11696863.

HSL color Cylindrical-coordinate representation of color #DF7AB2: hue angle of 326.73º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF7AB2 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 122 178 -
CMYK 0 0.45 0.20 0.13
HSL 326.73º 0.61% 0.68% -
HSV(B) 326.73º 0.45% 0.87% -
XYZ 45.43 32.82 46.06 -
YUV 158.58 138.96 173.95 -
System Red Green Blue C M Y K H S L
Decimal 223 122 178 0 0.45 0.20 0.13 326.73 0.61 0.68
Hex DF 7A B2 0 2D 14 D 147 3D 44
Octal 337 172 262 0 55 24 15 507 75 104
Binary 11011111 1111010 10110010 0 101101 10100 1101 101000111 111101 1000100

Color Harmonies of #DF7AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7AB2

Black with #DF7AB2

Text Example


Text Example

White with #DF7AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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