Html Css Color HEX #DD7FBE Persian Pink

📋 copy color: '#DD7FBE'

red 221 ◦ green 127 ◦ blue 190

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

Shades of Persian Pink #DD7FBE

Tints of Persian Pink #DD7FBE

RGB

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

 GREEN value IS 127 (50% from 255) = 23.61%

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

R = 41.08%
G = 23.61%
B = 35.32%

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

#DD7FBE (or 0xDD7FBE) is known color: Persian Pink. HEX triplet: DD, 7F and BE. RGB value is (221,127,190). Sum of RGB (Red+Green+Blue) = 221+127+190=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 127 (50% from 255 or 23.61% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FBE is #228041. Grayscale: #A2A2A2. Windows color (decimal): -2261058 or 12484573. OLE color: 12484573.

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

Color convert

RGB 221 127 190 -
CMYK 0 0.43 0.14 0.13
HSL 319.79º 0.58% 0.68% -
HSV(B) 319.79º 0.43% 0.87% -
XYZ 46.7 34.27 52.87 -
YUV 162.29 143.64 169.88 -
System Red Green Blue C M Y K H S L
Decimal 221 127 190 0 0.43 0.14 0.13 319.79 0.58 0.68
Hex DD 7F BE 0 2B E D 140 3A 44
Octal 335 177 276 0 53 16 15 500 72 104
Binary 11011101 1111111 10111110 0 101011 1110 1101 101000000 111010 1000100

Color Harmonies of #DD7FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7FBE

Black with #DD7FBE

Text Example


Text Example

White with #DD7FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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