Html Css Color HEX #DD70B6 Persian Pink

📋 copy color: '#DD70B6'

red 221 ◦ green 112 ◦ blue 182

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

Shades of Persian Pink #DD70B6

Tints of Persian Pink #DD70B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.34%

R = 42.91%
G = 21.75%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD70B6 (or 0xDD70B6) is known color: Persian Pink. HEX triplet: DD, 70 and B6. RGB value is (221,112,182). Sum of RGB (Red+Green+Blue) = 221+112+182=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 182 (71.48% from 255 or 35.34% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD70B6 is #228F49. Grayscale: #989898. Windows color (decimal): -2264906 or 11956445. OLE color: 11956445.

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

Color convert

RGB 221 112 182 -
CMYK 0 0.49 0.18 0.13
HSL 321.47º 0.62% 0.65% -
HSV(B) 321.47º 0.49% 0.87% -
XYZ 44.06 30.34 47.79 -
YUV 152.57 144.61 176.81 -
System Red Green Blue C M Y K H S L
Decimal 221 112 182 0 0.49 0.18 0.13 321.47 0.62 0.65
Hex DD 70 B6 0 31 12 D 141 3E 41
Octal 335 160 266 0 61 22 15 501 76 101
Binary 11011101 1110000 10110110 0 110001 10010 1101 101000001 111110 1000001

Color Harmonies of #DD70B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD70B6

Black with #DD70B6

Text Example


Text Example

White with #DD70B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD70B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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