Html Css Color HEX #DD7FBA Persian Pink

📋 copy color: '#DD7FBA'

red 221 ◦ green 127 ◦ blue 186

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

Shades of Persian Pink #DD7FBA

Tints of Persian Pink #DD7FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.83%

R = 41.39%
G = 23.78%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD7FBA (or 0xDD7FBA) is known color: Persian Pink. HEX triplet: DD, 7F and BA. RGB value is (221,127,186). Sum of RGB (Red+Green+Blue) = 221+127+186=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FBA is #228045. Grayscale: #A1A1A1. Windows color (decimal): -2261062 or 12222429. OLE color: 12222429.

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

Color convert

RGB 221 127 186 -
CMYK 0 0.43 0.16 0.13
HSL 322.34º 0.58% 0.68% -
HSV(B) 322.34º 0.43% 0.87% -
XYZ 46.27 34.1 50.6 -
YUV 161.83 141.64 170.2 -
System Red Green Blue C M Y K H S L
Decimal 221 127 186 0 0.43 0.16 0.13 322.34 0.58 0.68
Hex DD 7F BA 0 2B 10 D 142 3A 44
Octal 335 177 272 0 53 20 15 502 72 104
Binary 11011101 1111111 10111010 0 101011 10000 1101 101000010 111010 1000100

Color Harmonies of #DD7FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7FBA

Black with #DD7FBA

Text Example


Text Example

White with #DD7FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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