Html Css Color HEX #DD7BBA Persian Pink

📋 copy color: '#DD7BBA'

red 221 ◦ green 123 ◦ blue 186

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

Shades of Persian Pink #DD7BBA

Tints of Persian Pink #DD7BBA

RGB

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

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

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

R = 41.7%
G = 23.21%
B = 35.09%

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

#DD7BBA (or 0xDD7BBA) is known color: Persian Pink. HEX triplet: DD, 7B and BA. RGB value is (221,123,186). Sum of RGB (Red+Green+Blue) = 221+123+186=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 123 (48.44% from 255 or 23.21% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BBA is #228445. Grayscale: #9F9F9F. Windows color (decimal): -2262086 or 12221405. OLE color: 12221405.

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

Color convert

RGB 221 123 186 -
CMYK 0 0.44 0.16 0.13
HSL 321.43º 0.59% 0.67% -
HSV(B) 321.43º 0.44% 0.87% -
XYZ 45.76 33.08 50.43 -
YUV 159.48 142.97 171.88 -
System Red Green Blue C M Y K H S L
Decimal 221 123 186 0 0.44 0.16 0.13 321.43 0.59 0.67
Hex DD 7B BA 0 2C 10 D 141 3B 43
Octal 335 173 272 0 54 20 15 501 73 103
Binary 11011101 1111011 10111010 0 101100 10000 1101 101000001 111011 1000011

Color Harmonies of #DD7BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7BBA

Black with #DD7BBA

Text Example


Text Example

White with #DD7BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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