Html Css Color HEX #DF7CB8 Persian Pink

📋 copy color: '#DF7CB8'

red 223 ◦ green 124 ◦ blue 184

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

Shades of Persian Pink #DF7CB8

Tints of Persian Pink #DF7CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.65%

R = 42%
G = 23.35%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DF7CB8 (or 0xDF7CB8) is known color: Persian Pink. HEX triplet: DF, 7C and B8. RGB value is (223,124,184). Sum of RGB (Red+Green+Blue) = 223+124+184=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 124 (48.83% from 255 or 23.35% from 531); Blue value is 184 (72.27% from 255 or 34.65% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7CB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7CB8 is #208347. Grayscale: #A0A0A0. Windows color (decimal): -2130760 or 12090591. OLE color: 12090591.

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

Color convert

RGB 223 124 184 -
CMYK 0 0.44 0.17 0.13
HSL 323.64º 0.61% 0.68% -
HSV(B) 323.64º 0.44% 0.87% -
XYZ 46.29 33.56 49.39 -
YUV 160.44 141.3 172.62 -
System Red Green Blue C M Y K H S L
Decimal 223 124 184 0 0.44 0.17 0.13 323.64 0.61 0.68
Hex DF 7C B8 0 2C 11 D 144 3D 44
Octal 337 174 270 0 54 21 15 504 75 104
Binary 11011111 1111100 10111000 0 101100 10001 1101 101000100 111101 1000100

Color Harmonies of #DF7CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7CB8

Black with #DF7CB8

Text Example


Text Example

White with #DF7CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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