Html Css Color HEX #DF7AC2 Persian Pink

📋 copy color: '#DF7AC2'

red 223 ◦ green 122 ◦ blue 194

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

Shades of Persian Pink #DF7AC2

Tints of Persian Pink #DF7AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.99%

R = 41.37%
G = 22.63%
B = 35.99%

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

#DF7AC2 (or 0xDF7AC2) is known color: Persian Pink. HEX triplet: DF, 7A and C2. RGB value is (223,122,194). Sum of RGB (Red+Green+Blue) = 223+122+194=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 122 (48.05% from 255 or 22.63% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7AC2 is #20853D. Grayscale: #A0A0A0. Windows color (decimal): -2131262 or 12745439. OLE color: 12745439.

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

Color convert

RGB 223 122 194 -
CMYK 0 0.45 0.13 0.13
HSL 317.23º 0.61% 0.68% -
HSV(B) 317.23º 0.45% 0.87% -
XYZ 47.13 33.5 55.02 -
YUV 160.41 146.96 172.65 -
System Red Green Blue C M Y K H S L
Decimal 223 122 194 0 0.45 0.13 0.13 317.23 0.61 0.68
Hex DF 7A C2 0 2D D D 13D 3D 44
Octal 337 172 302 0 55 15 15 475 75 104
Binary 11011111 1111010 11000010 0 101101 1101 1101 100111101 111101 1000100

Color Harmonies of #DF7AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7AC2

Black with #DF7AC2

Text Example


Text Example

White with #DF7AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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