Html Css Color HEX #DD6FB1 Persian Pink

📋 copy color: '#DD6FB1'

red 221 ◦ green 111 ◦ blue 177

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

Shades of Persian Pink #DD6FB1

Tints of Persian Pink #DD6FB1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.81%

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

R = 43.42%
G = 21.81%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD6FB1 (or 0xDD6FB1) is known color: Persian Pink. HEX triplet: DD, 6F and B1. RGB value is (221,111,177). Sum of RGB (Red+Green+Blue) = 221+111+177=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6FB1 is #22904E. Grayscale: #979797. Windows color (decimal): -2265167 or 11628509. OLE color: 11628509.

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

Color convert

RGB 221 111 177 -
CMYK 0 0.50 0.20 0.13
HSL 324º 0.62% 0.65% -
HSV(B) 324º 0.5% 0.87% -
XYZ 43.44 29.92 45.08 -
YUV 151.41 142.44 177.63 -
System Red Green Blue C M Y K H S L
Decimal 221 111 177 0 0.50 0.20 0.13 324 0.62 0.65
Hex DD 6F B1 0 32 14 D 144 3E 41
Octal 335 157 261 0 62 24 15 504 76 101
Binary 11011101 1101111 10110001 0 110010 10100 1101 101000100 111110 1000001

Color Harmonies of #DD6FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6FB1

Black with #DD6FB1

Text Example


Text Example

White with #DD6FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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