Html Css Color HEX #DD83BE Persian Pink

📋 copy color: '#DD83BE'

red 221 ◦ green 131 ◦ blue 190

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

Shades of Persian Pink #DD83BE

Tints of Persian Pink #DD83BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.06%

R = 40.77%
G = 24.17%
B = 35.06%

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

#DD83BE (or 0xDD83BE) is known color: Persian Pink. HEX triplet: DD, 83 and BE. RGB value is (221,131,190). Sum of RGB (Red+Green+Blue) = 221+131+190=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 131 (51.56% from 255 or 24.17% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DD83BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD83BE is #227C41. Grayscale: #A4A4A4. Windows color (decimal): -2260034 or 12485597. OLE color: 12485597.

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

Color convert

RGB 221 131 190 -
CMYK 0 0.41 0.14 0.13
HSL 320.67º 0.57% 0.69% -
HSV(B) 320.67º 0.41% 0.87% -
XYZ 47.23 35.32 53.04 -
YUV 164.64 142.32 168.2 -
System Red Green Blue C M Y K H S L
Decimal 221 131 190 0 0.41 0.14 0.13 320.67 0.57 0.69
Hex DD 83 BE 0 29 E D 141 39 45
Octal 335 203 276 0 51 16 15 501 71 105
Binary 11011101 10000011 10111110 0 101001 1110 1101 101000001 111001 1000101

Color Harmonies of #DD83BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD83BE

Black with #DD83BE

Text Example


Text Example

White with #DD83BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD83BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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