Html Css Color HEX #DF7DBE Persian Pink

📋 copy color: '#DF7DBE'

red 223 ◦ green 125 ◦ blue 190

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

Shades of Persian Pink #DF7DBE

Tints of Persian Pink #DF7DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.32%

R = 41.45%
G = 23.23%
B = 35.32%

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

#DF7DBE (or 0xDF7DBE) is known color: Persian Pink. HEX triplet: DF, 7D and BE. RGB value is (223,125,190). Sum of RGB (Red+Green+Blue) = 223+125+190=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7DBE is #208241. Grayscale: #A1A1A1. Windows color (decimal): -2130498 or 12484063. OLE color: 12484063.

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

Color convert

RGB 223 125 190 -
CMYK 0 0.44 0.15 0.13
HSL 320.2º 0.6% 0.68% -
HSV(B) 320.2º 0.44% 0.87% -
XYZ 47.06 34.07 52.81 -
YUV 161.71 143.97 171.71 -
System Red Green Blue C M Y K H S L
Decimal 223 125 190 0 0.44 0.15 0.13 320.2 0.6 0.68
Hex DF 7D BE 0 2C F D 140 3C 44
Octal 337 175 276 0 54 17 15 500 74 104
Binary 11011111 1111101 10111110 0 101100 1111 1101 101000000 111100 1000100

Color Harmonies of #DF7DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7DBE

Black with #DF7DBE

Text Example


Text Example

White with #DF7DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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