Html Css Color HEX #DF7CBF Persian Pink

📋 copy color: '#DF7CBF'

red 223 ◦ green 124 ◦ blue 191

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

Shades of Persian Pink #DF7CBF

Tints of Persian Pink #DF7CBF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.05%

 BLUE value IS 191 (75% from 255) = 35.5%

R = 41.45%
G = 23.05%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DF7CBF (or 0xDF7CBF) is known color: Persian Pink. HEX triplet: DF, 7C and BF. RGB value is (223,124,191). Sum of RGB (Red+Green+Blue) = 223+124+191=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7CBF is #208340. Grayscale: #A1A1A1. Windows color (decimal): -2130753 or 12549343. OLE color: 12549343.

HSL color Cylindrical-coordinate representation of color #DF7CBF: hue angle of 319.39º degrees, saturation: 0.61, 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 #DF7CBF is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 124 191 -
CMYK 0 0.44 0.14 0.13
HSL 319.39º 0.61% 0.68% -
HSV(B) 319.39º 0.44% 0.87% -
XYZ 47.04 33.86 53.35 -
YUV 161.24 144.8 172.05 -
System Red Green Blue C M Y K H S L
Decimal 223 124 191 0 0.44 0.14 0.13 319.39 0.61 0.68
Hex DF 7C BF 0 2C E D 13F 3D 44
Octal 337 174 277 0 54 16 15 477 75 104
Binary 11011111 1111100 10111111 0 101100 1110 1101 100111111 111101 1000100

Color Harmonies of #DF7CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7CBF

Black with #DF7CBF

Text Example


Text Example

White with #DF7CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7CBF; }

 p { color: rgb(223,124,191); }

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

background-color css

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

 a { background-color: rgb(223,124,191); }

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

border-color css

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

 span { border-color: rgb(223,124,191); }

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