Html Css Color HEX #DD7CBA Persian Pink

📋 copy color: '#DD7CBA'

red 221 ◦ green 124 ◦ blue 186

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

Shades of Persian Pink #DD7CBA

Tints of Persian Pink #DD7CBA

RGB

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

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

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

R = 41.62%
G = 23.35%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD7CBA (or 0xDD7CBA) is known color: Persian Pink. HEX triplet: DD, 7C and BA. RGB value is (221,124,186). Sum of RGB (Red+Green+Blue) = 221+124+186=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 124 (48.83% from 255 or 23.35% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7CBA is #228345. Grayscale: #9F9F9F. Windows color (decimal): -2261830 or 12221661. OLE color: 12221661.

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

Color convert

RGB 221 124 186 -
CMYK 0 0.44 0.16 0.13
HSL 321.65º 0.59% 0.68% -
HSV(B) 321.65º 0.44% 0.87% -
XYZ 45.89 33.33 50.47 -
YUV 160.07 142.64 171.46 -
System Red Green Blue C M Y K H S L
Decimal 221 124 186 0 0.44 0.16 0.13 321.65 0.59 0.68
Hex DD 7C BA 0 2C 10 D 142 3B 44
Octal 335 174 272 0 54 20 15 502 73 104
Binary 11011101 1111100 10111010 0 101100 10000 1101 101000010 111011 1000100

Color Harmonies of #DD7CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7CBA

Black with #DD7CBA

Text Example


Text Example

White with #DD7CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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