Html Css Color HEX #DD7CBB Persian Pink

📋 copy color: '#DD7CBB'

red 221 ◦ green 124 ◦ blue 187

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

Shades of Persian Pink #DD7CBB

Tints of Persian Pink #DD7CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.15%

R = 41.54%
G = 23.31%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD7CBB (or 0xDD7CBB) is known color: Persian Pink. HEX triplet: DD, 7C and BB. RGB value is (221,124,187). Sum of RGB (Red+Green+Blue) = 221+124+187=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 124 (48.83% from 255 or 23.31% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7CBB is #228344. Grayscale: #A0A0A0. Windows color (decimal): -2261829 or 12287197. OLE color: 12287197.

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

Color convert

RGB 221 124 187 -
CMYK 0 0.44 0.15 0.13
HSL 321.03º 0.59% 0.68% -
HSV(B) 321.03º 0.44% 0.87% -
XYZ 46 33.38 51.03 -
YUV 160.19 143.14 171.38 -
System Red Green Blue C M Y K H S L
Decimal 221 124 187 0 0.44 0.15 0.13 321.03 0.59 0.68
Hex DD 7C BB 0 2C F D 141 3B 44
Octal 335 174 273 0 54 17 15 501 73 104
Binary 11011101 1111100 10111011 0 101100 1111 1101 101000001 111011 1000100

Color Harmonies of #DD7CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7CBB

Black with #DD7CBB

Text Example


Text Example

White with #DD7CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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