Html Css Color HEX #DF7FC3 Persian Pink

📋 copy color: '#DF7FC3'

red 223 ◦ green 127 ◦ blue 195

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

Shades of Persian Pink #DF7FC3

Tints of Persian Pink #DF7FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.78%

R = 40.92%
G = 23.3%
B = 35.78%

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

#DF7FC3 (or 0xDF7FC3) is known color: Persian Pink. HEX triplet: DF, 7F and C3. RGB value is (223,127,195). Sum of RGB (Red+Green+Blue) = 223+127+195=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 195 (76.56% from 255 or 35.78% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7FC3 is #20803C. Grayscale: #A3A3A3. Windows color (decimal): -2129981 or 12812255. OLE color: 12812255.

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

Color convert

RGB 223 127 195 -
CMYK 0 0.43 0.13 0.13
HSL 317.5º 0.6% 0.69% -
HSV(B) 317.5º 0.43% 0.87% -
XYZ 47.87 34.81 55.83 -
YUV 163.46 145.8 170.47 -
System Red Green Blue C M Y K H S L
Decimal 223 127 195 0 0.43 0.13 0.13 317.5 0.6 0.69
Hex DF 7F C3 0 2B D D 13E 3C 45
Octal 337 177 303 0 53 15 15 476 74 105
Binary 11011111 1111111 11000011 0 101011 1101 1101 100111110 111100 1000101

Color Harmonies of #DF7FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7FC3

Black with #DF7FC3

Text Example


Text Example

White with #DF7FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7FC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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