Html Css Color HEX #DD7FB3 Persian Pink

📋 copy color: '#DD7FB3'

red 221 ◦ green 127 ◦ blue 179

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

Shades of Persian Pink #DD7FB3

Tints of Persian Pink #DD7FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.97%

R = 41.94%
G = 24.1%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD7FB3 (or 0xDD7FB3) is known color: Persian Pink. HEX triplet: DD, 7F and B3. RGB value is (221,127,179). Sum of RGB (Red+Green+Blue) = 221+127+179=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 179 (70.31% from 255 or 33.97% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FB3 is #22804C. Grayscale: #A0A0A0. Windows color (decimal): -2261069 or 11763677. OLE color: 11763677.

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

Color convert

RGB 221 127 179 -
CMYK 0 0.43 0.19 0.13
HSL 326.81º 0.58% 0.68% -
HSV(B) 326.81º 0.43% 0.87% -
XYZ 45.54 33.81 46.77 -
YUV 161.03 138.14 170.77 -
System Red Green Blue C M Y K H S L
Decimal 221 127 179 0 0.43 0.19 0.13 326.81 0.58 0.68
Hex DD 7F B3 0 2B 13 D 147 3A 44
Octal 335 177 263 0 53 23 15 507 72 104
Binary 11011101 1111111 10110011 0 101011 10011 1101 101000111 111010 1000100

Color Harmonies of #DD7FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7FB3

Black with #DD7FB3

Text Example


Text Example

White with #DD7FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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