Html Css Color HEX #DF7CBD Persian Pink

📋 copy color: '#DF7CBD'

red 223 ◦ green 124 ◦ blue 189

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

Shades of Persian Pink #DF7CBD

Tints of Persian Pink #DF7CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.26%

R = 41.6%
G = 23.13%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF7CBD (or 0xDF7CBD) is known color: Persian Pink. HEX triplet: DF, 7C and BD. RGB value is (223,124,189). Sum of RGB (Red+Green+Blue) = 223+124+189=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7CBD is #208342. Grayscale: #A0A0A0. Windows color (decimal): -2130755 or 12418271. OLE color: 12418271.

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

Color convert

RGB 223 124 189 -
CMYK 0 0.44 0.15 0.13
HSL 320.61º 0.61% 0.68% -
HSV(B) 320.61º 0.44% 0.87% -
XYZ 46.82 33.78 52.2 -
YUV 161.01 143.8 172.21 -
System Red Green Blue C M Y K H S L
Decimal 223 124 189 0 0.44 0.15 0.13 320.61 0.61 0.68
Hex DF 7C BD 0 2C F D 141 3D 44
Octal 337 174 275 0 54 17 15 501 75 104
Binary 11011111 1111100 10111101 0 101100 1111 1101 101000001 111101 1000100

Color Harmonies of #DF7CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7CBD

Black with #DF7CBD

Text Example


Text Example

White with #DF7CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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