Html Css Color HEX #DD83BF Persian Pink

📋 copy color: '#DD83BF'

red 221 ◦ green 131 ◦ blue 191

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

Shades of Persian Pink #DD83BF

Tints of Persian Pink #DD83BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.17%

R = 40.7%
G = 24.13%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD83BF (or 0xDD83BF) is known color: Persian Pink. HEX triplet: DD, 83 and BF. RGB value is (221,131,191). Sum of RGB (Red+Green+Blue) = 221+131+191=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 131 (51.56% from 255 or 24.13% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD83BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD83BF is #227C40. Grayscale: #A4A4A4. Windows color (decimal): -2260033 or 12551133. OLE color: 12551133.

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

Color convert

RGB 221 131 191 -
CMYK 0 0.41 0.14 0.13
HSL 320º 0.57% 0.69% -
HSV(B) 320º 0.41% 0.87% -
XYZ 47.34 35.37 53.62 -
YUV 164.75 142.82 168.12 -
System Red Green Blue C M Y K H S L
Decimal 221 131 191 0 0.41 0.14 0.13 320 0.57 0.69
Hex DD 83 BF 0 29 E D 140 39 45
Octal 335 203 277 0 51 16 15 500 71 105
Binary 11011101 10000011 10111111 0 101001 1110 1101 101000000 111001 1000101

Color Harmonies of #DD83BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD83BF

Black with #DD83BF

Text Example


Text Example

White with #DD83BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD83BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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