Html Css Color HEX #DD70B1 Persian Pink

📋 copy color: '#DD70B1'

red 221 ◦ green 112 ◦ blue 177

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

Shades of Persian Pink #DD70B1

Tints of Persian Pink #DD70B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.71%

R = 43.33%
G = 21.96%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD70B1 (or 0xDD70B1) is known color: Persian Pink. HEX triplet: DD, 70 and B1. RGB value is (221,112,177). Sum of RGB (Red+Green+Blue) = 221+112+177=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 177 (69.53% from 255 or 34.71% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD70B1 is #228F4E. Grayscale: #979797. Windows color (decimal): -2264911 or 11628765. OLE color: 11628765.

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

Color convert

RGB 221 112 177 -
CMYK 0 0.49 0.20 0.13
HSL 324.22º 0.62% 0.65% -
HSV(B) 324.22º 0.49% 0.87% -
XYZ 43.55 30.13 45.12 -
YUV 152 142.11 177.21 -
System Red Green Blue C M Y K H S L
Decimal 221 112 177 0 0.49 0.20 0.13 324.22 0.62 0.65
Hex DD 70 B1 0 31 14 D 144 3E 41
Octal 335 160 261 0 61 24 15 504 76 101
Binary 11011101 1110000 10110001 0 110001 10100 1101 101000100 111110 1000001

Color Harmonies of #DD70B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD70B1

Black with #DD70B1

Text Example


Text Example

White with #DD70B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD70B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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