Html Css Color HEX #DD83BA Persian Pink

📋 copy color: '#DD83BA'

red 221 ◦ green 131 ◦ blue 186

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

Shades of Persian Pink #DD83BA

Tints of Persian Pink #DD83BA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.35%

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

R = 41.08%
G = 24.35%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD83BA (or 0xDD83BA) is known color: Persian Pink. HEX triplet: DD, 83 and BA. RGB value is (221,131,186). Sum of RGB (Red+Green+Blue) = 221+131+186=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 131 (51.56% from 255 or 24.35% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DD83BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD83BA is #227C45. Grayscale: #A4A4A4. Windows color (decimal): -2260038 or 12223453. OLE color: 12223453.

HSL color Cylindrical-coordinate representation of color #DD83BA: hue angle of 323.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD83BA is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 131 186 -
CMYK 0 0.41 0.16 0.13
HSL 323.33º 0.57% 0.69% -
HSV(B) 323.33º 0.41% 0.87% -
XYZ 46.8 35.15 50.77 -
YUV 164.18 140.32 168.53 -
System Red Green Blue C M Y K H S L
Decimal 221 131 186 0 0.41 0.16 0.13 323.33 0.57 0.69
Hex DD 83 BA 0 29 10 D 143 39 45
Octal 335 203 272 0 51 20 15 503 71 105
Binary 11011101 10000011 10111010 0 101001 10000 1101 101000011 111001 1000101

Color Harmonies of #DD83BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD83BA

Black with #DD83BA

Text Example


Text Example

White with #DD83BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD83BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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