Html Css Color HEX #DD7FBC Persian Pink

📋 copy color: '#DD7FBC'

red 221 ◦ green 127 ◦ blue 188

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

Shades of Persian Pink #DD7FBC

Tints of Persian Pink #DD7FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.07%

R = 41.23%
G = 23.69%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD7FBC (or 0xDD7FBC) is known color: Persian Pink. HEX triplet: DD, 7F and BC. RGB value is (221,127,188). Sum of RGB (Red+Green+Blue) = 221+127+188=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 127 (50% from 255 or 23.69% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FBC is #228043. Grayscale: #A1A1A1. Windows color (decimal): -2261060 or 12353501. OLE color: 12353501.

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

Color convert

RGB 221 127 188 -
CMYK 0 0.43 0.15 0.13
HSL 321.06º 0.58% 0.68% -
HSV(B) 321.06º 0.43% 0.87% -
XYZ 46.49 34.18 51.72 -
YUV 162.06 142.64 170.04 -
System Red Green Blue C M Y K H S L
Decimal 221 127 188 0 0.43 0.15 0.13 321.06 0.58 0.68
Hex DD 7F BC 0 2B F D 141 3A 44
Octal 335 177 274 0 53 17 15 501 72 104
Binary 11011101 1111111 10111100 0 101011 1111 1101 101000001 111010 1000100

Color Harmonies of #DD7FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7FBC

Black with #DD7FBC

Text Example


Text Example

White with #DD7FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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