Html Css Color HEX #DF7DC4 Persian Pink

📋 copy color: '#DF7DC4'

red 223 ◦ green 125 ◦ blue 196

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

Shades of Persian Pink #DF7DC4

Tints of Persian Pink #DF7DC4

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.98%

 BLUE value IS 196 (76.95% from 255) = 36.03%

R = 40.99%
G = 22.98%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DF7DC4 (or 0xDF7DC4) is known color: Persian Pink. HEX triplet: DF, 7D and C4. RGB value is (223,125,196). Sum of RGB (Red+Green+Blue) = 223+125+196=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 196 (76.95% from 255 or 36.03% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7DC4 is #20823B. Grayscale: #A2A2A2. Windows color (decimal): -2130492 or 12877279. OLE color: 12877279.

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

Color convert

RGB 223 125 196 -
CMYK 0 0.44 0.12 0.13
HSL 316.53º 0.6% 0.68% -
HSV(B) 316.53º 0.44% 0.87% -
XYZ 47.73 34.34 56.34 -
YUV 162.4 146.97 171.23 -
System Red Green Blue C M Y K H S L
Decimal 223 125 196 0 0.44 0.12 0.13 316.53 0.6 0.68
Hex DF 7D C4 0 2C C D 13D 3C 44
Octal 337 175 304 0 54 14 15 475 74 104
Binary 11011111 1111101 11000100 0 101100 1100 1101 100111101 111100 1000100

Color Harmonies of #DF7DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7DC4

Black with #DF7DC4

Text Example


Text Example

White with #DF7DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7DC4; }

 p { color: rgb(223,125,196); }

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

background-color css

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

 a { background-color: rgb(223,125,196); }

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

border-color css

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

 span { border-color: rgb(223,125,196); }

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