Html Css Color HEX #DD7BBC Persian Pink

📋 copy color: '#DD7BBC'

red 221 ◦ green 123 ◦ blue 188

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

Shades of Persian Pink #DD7BBC

Tints of Persian Pink #DD7BBC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.12%

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

R = 41.54%
G = 23.12%
B = 35.34%

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

#DD7BBC (or 0xDD7BBC) is known color: Persian Pink. HEX triplet: DD, 7B and BC. RGB value is (221,123,188). Sum of RGB (Red+Green+Blue) = 221+123+188=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 123 (48.44% from 255 or 23.12% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BBC is #228443. Grayscale: #9F9F9F. Windows color (decimal): -2262084 or 12352477. OLE color: 12352477.

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

Color convert

RGB 221 123 188 -
CMYK 0 0.44 0.15 0.13
HSL 320.2º 0.59% 0.67% -
HSV(B) 320.2º 0.44% 0.87% -
XYZ 45.98 33.17 51.56 -
YUV 159.71 143.97 171.71 -
System Red Green Blue C M Y K H S L
Decimal 221 123 188 0 0.44 0.15 0.13 320.2 0.59 0.67
Hex DD 7B BC 0 2C F D 140 3B 43
Octal 335 173 274 0 54 17 15 500 73 103
Binary 11011101 1111011 10111100 0 101100 1111 1101 101000000 111011 1000011

Color Harmonies of #DD7BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7BBC

Black with #DD7BBC

Text Example


Text Example

White with #DD7BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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