Html Css Color HEX #DF7AB4 Persian Pink

📋 copy color: '#DF7AB4'

red 223 ◦ green 122 ◦ blue 180

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

Shades of Persian Pink #DF7AB4

Tints of Persian Pink #DF7AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.29%

R = 42.48%
G = 23.24%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF7AB4 (or 0xDF7AB4) is known color: Persian Pink. HEX triplet: DF, 7A and B4. RGB value is (223,122,180). Sum of RGB (Red+Green+Blue) = 223+122+180=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 122 (48.05% from 255 or 23.24% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7AB4 is #20854B. Grayscale: #9E9E9E. Windows color (decimal): -2131276 or 11827935. OLE color: 11827935.

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

Color convert

RGB 223 122 180 -
CMYK 0 0.45 0.19 0.13
HSL 325.54º 0.61% 0.68% -
HSV(B) 325.54º 0.45% 0.87% -
XYZ 45.63 32.9 47.13 -
YUV 158.81 139.96 173.78 -
System Red Green Blue C M Y K H S L
Decimal 223 122 180 0 0.45 0.19 0.13 325.54 0.61 0.68
Hex DF 7A B4 0 2D 13 D 146 3D 44
Octal 337 172 264 0 55 23 15 506 75 104
Binary 11011111 1111010 10110100 0 101101 10011 1101 101000110 111101 1000100

Color Harmonies of #DF7AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7AB4

Black with #DF7AB4

Text Example


Text Example

White with #DF7AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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