Html Css Color HEX #DD7EBE Persian Pink

📋 copy color: '#DD7EBE'

red 221 ◦ green 126 ◦ blue 190

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

Shades of Persian Pink #DD7EBE

Tints of Persian Pink #DD7EBE

RGB

 RED value IS 221 (86.72% from 255) = 41.15%

 GREEN value IS 126 (49.61% from 255) = 23.46%

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

R = 41.15%
G = 23.46%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD7EBE (or 0xDD7EBE) is known color: Persian Pink. HEX triplet: DD, 7E and BE. RGB value is (221,126,190). Sum of RGB (Red+Green+Blue) = 221+126+190=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 126 (49.61% from 255 or 23.46% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7EBE is #228141. Grayscale: #A1A1A1. Windows color (decimal): -2261314 or 12484317. OLE color: 12484317.

HSL color Cylindrical-coordinate representation of color #DD7EBE: hue angle of 319.58º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7EBE is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 126 190 -
CMYK 0 0.43 0.14 0.13
HSL 319.58º 0.58% 0.68% -
HSV(B) 319.58º 0.43% 0.87% -
XYZ 46.57 34.01 52.83 -
YUV 161.7 143.97 170.3 -
System Red Green Blue C M Y K H S L
Decimal 221 126 190 0 0.43 0.14 0.13 319.58 0.58 0.68
Hex DD 7E BE 0 2B E D 140 3A 44
Octal 335 176 276 0 53 16 15 500 72 104
Binary 11011101 1111110 10111110 0 101011 1110 1101 101000000 111010 1000100

Color Harmonies of #DD7EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7EBE

Black with #DD7EBE

Text Example


Text Example

White with #DD7EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7EBE; }

 p { color: rgb(221,126,190); }

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

background-color css

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

 a { background-color: rgb(221,126,190); }

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

border-color css

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

 span { border-color: rgb(221,126,190); }

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