Html Css Color HEX #DD70BB Persian Pink

📋 copy color: '#DD70BB'

red 221 ◦ green 112 ◦ blue 187

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

Shades of Persian Pink #DD70BB

Tints of Persian Pink #DD70BB

RGB

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

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

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

R = 42.5%
G = 21.54%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD70BB (or 0xDD70BB) is known color: Persian Pink. HEX triplet: DD, 70 and BB. RGB value is (221,112,187). Sum of RGB (Red+Green+Blue) = 221+112+187=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD70BB is #228F44. Grayscale: #989898. Windows color (decimal): -2264901 or 12284125. OLE color: 12284125.

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

Color convert

RGB 221 112 187 -
CMYK 0 0.49 0.15 0.13
HSL 318.72º 0.62% 0.65% -
HSV(B) 318.72º 0.49% 0.87% -
XYZ 44.58 30.55 50.56 -
YUV 153.14 147.11 176.4 -
System Red Green Blue C M Y K H S L
Decimal 221 112 187 0 0.49 0.15 0.13 318.72 0.62 0.65
Hex DD 70 BB 0 31 F D 13F 3E 41
Octal 335 160 273 0 61 17 15 477 76 101
Binary 11011101 1110000 10111011 0 110001 1111 1101 100111111 111110 1000001

Color Harmonies of #DD70BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD70BB

Black with #DD70BB

Text Example


Text Example

White with #DD70BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD70BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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