Html Css Color HEX #DD81BC Persian Pink

📋 copy color: '#DD81BC'

red 221 ◦ green 129 ◦ blue 188

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

Shades of Persian Pink #DD81BC

Tints of Persian Pink #DD81BC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.98%

 BLUE value IS 188 (73.83% from 255) = 34.94%

R = 41.08%
G = 23.98%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD81BC (or 0xDD81BC) is known color: Persian Pink. HEX triplet: DD, 81 and BC. RGB value is (221,129,188). Sum of RGB (Red+Green+Blue) = 221+129+188=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81BC is #227E43. Grayscale: #A3A3A3. Windows color (decimal): -2260548 or 12354013. OLE color: 12354013.

HSL color Cylindrical-coordinate representation of color #DD81BC: hue angle of 321.52º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD81BC is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 129 188 -
CMYK 0 0.42 0.15 0.13
HSL 321.52º 0.58% 0.69% -
HSV(B) 321.52º 0.42% 0.87% -
XYZ 46.75 34.7 51.81 -
YUV 163.23 141.98 169.2 -
System Red Green Blue C M Y K H S L
Decimal 221 129 188 0 0.42 0.15 0.13 321.52 0.58 0.69
Hex DD 81 BC 0 2A F D 142 3A 45
Octal 335 201 274 0 52 17 15 502 72 105
Binary 11011101 10000001 10111100 0 101010 1111 1101 101000010 111010 1000101

Color Harmonies of #DD81BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD81BC

Black with #DD81BC

Text Example


Text Example

White with #DD81BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD81BC; }

 p { color: rgb(221,129,188); }

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

background-color css

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

 a { background-color: rgb(221,129,188); }

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

border-color css

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

 span { border-color: rgb(221,129,188); }

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