Html Css Color HEX #DD83BB Persian Pink

📋 copy color: '#DD83BB'

red 221 ◦ green 131 ◦ blue 187

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

Shades of Persian Pink #DD83BB

Tints of Persian Pink #DD83BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.69%

R = 41%
G = 24.3%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD83BB (or 0xDD83BB) is known color: Persian Pink. HEX triplet: DD, 83 and BB. RGB value is (221,131,187). Sum of RGB (Red+Green+Blue) = 221+131+187=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 131 (51.56% from 255 or 24.30% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD83BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD83BB is #227C44. Grayscale: #A4A4A4. Windows color (decimal): -2260037 or 12288989. OLE color: 12288989.

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

Color convert

RGB 221 131 187 -
CMYK 0 0.41 0.15 0.13
HSL 322.67º 0.57% 0.69% -
HSV(B) 322.67º 0.41% 0.87% -
XYZ 46.9 35.19 51.33 -
YUV 164.29 140.82 168.45 -
System Red Green Blue C M Y K H S L
Decimal 221 131 187 0 0.41 0.15 0.13 322.67 0.57 0.69
Hex DD 83 BB 0 29 F D 143 39 45
Octal 335 203 273 0 51 17 15 503 71 105
Binary 11011101 10000011 10111011 0 101001 1111 1101 101000011 111001 1000101

Color Harmonies of #DD83BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD83BB

Black with #DD83BB

Text Example


Text Example

White with #DD83BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD83BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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