Html Css Color HEX #DD7CB3 Persian Pink

📋 copy color: '#DD7CB3'

red 221 ◦ green 124 ◦ blue 179

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

Shades of Persian Pink #DD7CB3

Tints of Persian Pink #DD7CB3

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.66%

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

R = 42.18%
G = 23.66%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD7CB3 (or 0xDD7CB3) is known color: Persian Pink. HEX triplet: DD, 7C and B3. RGB value is (221,124,179). Sum of RGB (Red+Green+Blue) = 221+124+179=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 124 (48.83% from 255 or 23.66% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7CB3 is #22834C. Grayscale: #9F9F9F. Windows color (decimal): -2261837 or 11762909. OLE color: 11762909.

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

Color convert

RGB 221 124 179 -
CMYK 0 0.44 0.19 0.13
HSL 325.98º 0.59% 0.68% -
HSV(B) 325.98º 0.44% 0.87% -
XYZ 45.16 33.04 46.65 -
YUV 159.27 139.14 172.03 -
System Red Green Blue C M Y K H S L
Decimal 221 124 179 0 0.44 0.19 0.13 325.98 0.59 0.68
Hex DD 7C B3 0 2C 13 D 146 3B 44
Octal 335 174 263 0 54 23 15 506 73 104
Binary 11011101 1111100 10110011 0 101100 10011 1101 101000110 111011 1000100

Color Harmonies of #DD7CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7CB3

Black with #DD7CB3

Text Example


Text Example

White with #DD7CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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