Html Css Color HEX #DF7FC2 Persian Pink

📋 copy color: '#DF7FC2'

red 223 ◦ green 127 ◦ blue 194

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

Shades of Persian Pink #DF7FC2

Tints of Persian Pink #DF7FC2

RGB

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

 GREEN value IS 127 (50% from 255) = 23.35%

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

R = 40.99%
G = 23.35%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DF7FC2 (or 0xDF7FC2) is known color: Persian Pink. HEX triplet: DF, 7F and C2. RGB value is (223,127,194). Sum of RGB (Red+Green+Blue) = 223+127+194=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7FC2 is #20803D. Grayscale: #A3A3A3. Windows color (decimal): -2129982 or 12746719. OLE color: 12746719.

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

Color convert

RGB 223 127 194 -
CMYK 0 0.43 0.13 0.13
HSL 318.13º 0.6% 0.69% -
HSV(B) 318.13º 0.43% 0.87% -
XYZ 47.76 34.76 55.23 -
YUV 163.34 145.3 170.55 -
System Red Green Blue C M Y K H S L
Decimal 223 127 194 0 0.43 0.13 0.13 318.13 0.6 0.69
Hex DF 7F C2 0 2B D D 13E 3C 45
Octal 337 177 302 0 53 15 15 476 74 105
Binary 11011111 1111111 11000010 0 101011 1101 1101 100111110 111100 1000101

Color Harmonies of #DF7FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7FC2

Black with #DF7FC2

Text Example


Text Example

White with #DF7FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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