Html Css Color HEX #DF7CBC Persian Pink

📋 copy color: '#DF7CBC'

red 223 ◦ green 124 ◦ blue 188

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

Shades of Persian Pink #DF7CBC

Tints of Persian Pink #DF7CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.14%

R = 41.68%
G = 23.18%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DF7CBC (or 0xDF7CBC) is known color: Persian Pink. HEX triplet: DF, 7C and BC. RGB value is (223,124,188). Sum of RGB (Red+Green+Blue) = 223+124+188=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7CBC is #208343. Grayscale: #A0A0A0. Windows color (decimal): -2130756 or 12352735. OLE color: 12352735.

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

Color convert

RGB 223 124 188 -
CMYK 0 0.44 0.16 0.13
HSL 321.21º 0.61% 0.68% -
HSV(B) 321.21º 0.44% 0.87% -
XYZ 46.72 33.73 51.63 -
YUV 160.9 143.3 172.3 -
System Red Green Blue C M Y K H S L
Decimal 223 124 188 0 0.44 0.16 0.13 321.21 0.61 0.68
Hex DF 7C BC 0 2C 10 D 141 3D 44
Octal 337 174 274 0 54 20 15 501 75 104
Binary 11011111 1111100 10111100 0 101100 10000 1101 101000001 111101 1000100

Color Harmonies of #DF7CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7CBC

Black with #DF7CBC

Text Example


Text Example

White with #DF7CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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