Html Css Color HEX #DF7DBB Persian Pink

📋 copy color: '#DF7DBB'

red 223 ◦ green 125 ◦ blue 187

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

Shades of Persian Pink #DF7DBB

Tints of Persian Pink #DF7DBB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.36%

 BLUE value IS 187 (73.44% from 255) = 34.95%

R = 41.68%
G = 23.36%
B = 34.95%

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

#DF7DBB (or 0xDF7DBB) is known color: Persian Pink. HEX triplet: DF, 7D and BB. RGB value is (223,125,187). Sum of RGB (Red+Green+Blue) = 223+125+187=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7DBB is #208244. Grayscale: #A1A1A1. Windows color (decimal): -2130501 or 12287455. OLE color: 12287455.

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

Color convert

RGB 223 125 187 -
CMYK 0 0.44 0.16 0.13
HSL 322.04º 0.6% 0.68% -
HSV(B) 322.04º 0.44% 0.87% -
XYZ 46.73 33.94 51.1 -
YUV 161.37 142.47 171.96 -
System Red Green Blue C M Y K H S L
Decimal 223 125 187 0 0.44 0.16 0.13 322.04 0.6 0.68
Hex DF 7D BB 0 2C 10 D 142 3C 44
Octal 337 175 273 0 54 20 15 502 74 104
Binary 11011111 1111101 10111011 0 101100 10000 1101 101000010 111100 1000100

Color Harmonies of #DF7DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7DBB

Black with #DF7DBB

Text Example


Text Example

White with #DF7DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7DBB; }

 p { color: rgb(223,125,187); }

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

background-color css

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

 a { background-color: rgb(223,125,187); }

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

border-color css

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

 span { border-color: rgb(223,125,187); }

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