Html Css Color HEX #DD70BA Persian Pink

📋 copy color: '#DD70BA'

red 221 ◦ green 112 ◦ blue 186

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

Shades of Persian Pink #DD70BA

Tints of Persian Pink #DD70BA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.58%

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

R = 42.58%
G = 21.58%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD70BA (or 0xDD70BA) is known color: Persian Pink. HEX triplet: DD, 70 and BA. RGB value is (221,112,186). Sum of RGB (Red+Green+Blue) = 221+112+186=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD70BA is #228F45. Grayscale: #989898. Windows color (decimal): -2264902 or 12218589. OLE color: 12218589.

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

Color convert

RGB 221 112 186 -
CMYK 0 0.49 0.16 0.13
HSL 319.27º 0.62% 0.65% -
HSV(B) 319.27º 0.49% 0.87% -
XYZ 44.48 30.51 50 -
YUV 153.03 146.61 176.48 -
System Red Green Blue C M Y K H S L
Decimal 221 112 186 0 0.49 0.16 0.13 319.27 0.62 0.65
Hex DD 70 BA 0 31 10 D 13F 3E 41
Octal 335 160 272 0 61 20 15 477 76 101
Binary 11011101 1110000 10111010 0 110001 10000 1101 100111111 111110 1000001

Color Harmonies of #DD70BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD70BA

Black with #DD70BA

Text Example


Text Example

White with #DD70BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD70BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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