Html Css Color HEX #DF7AC1 Persian Pink

📋 copy color: '#DF7AC1'

red 223 ◦ green 122 ◦ blue 193

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

Shades of Persian Pink #DF7AC1

Tints of Persian Pink #DF7AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.87%

R = 41.45%
G = 22.68%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DF7AC1 (or 0xDF7AC1) is known color: Persian Pink. HEX triplet: DF, 7A and C1. RGB value is (223,122,193). Sum of RGB (Red+Green+Blue) = 223+122+193=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7AC1 is #20853E. Grayscale: #A0A0A0. Windows color (decimal): -2131263 or 12679903. OLE color: 12679903.

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

Color convert

RGB 223 122 193 -
CMYK 0 0.45 0.13 0.13
HSL 317.82º 0.61% 0.68% -
HSV(B) 317.82º 0.45% 0.87% -
XYZ 47.02 33.46 54.43 -
YUV 160.29 146.46 172.73 -
System Red Green Blue C M Y K H S L
Decimal 223 122 193 0 0.45 0.13 0.13 317.82 0.61 0.68
Hex DF 7A C1 0 2D D D 13E 3D 44
Octal 337 172 301 0 55 15 15 476 75 104
Binary 11011111 1111010 11000001 0 101101 1101 1101 100111110 111101 1000100

Color Harmonies of #DF7AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7AC1

Black with #DF7AC1

Text Example


Text Example

White with #DF7AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7AC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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