Html Css Color HEX #DC6DB1 Persian Pink

📋 copy color: '#DC6DB1'

red 220 ◦ green 109 ◦ blue 177

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

Shades of Persian Pink #DC6DB1

Tints of Persian Pink #DC6DB1

RGB

 RED value IS 220 (86.33% from 255) = 43.48%

 GREEN value IS 109 (42.97% from 255) = 21.54%

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

R = 43.48%
G = 21.54%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC6DB1 (or 0xDC6DB1) is known color: Persian Pink. HEX triplet: DC, 6D and B1. RGB value is (220,109,177). Sum of RGB (Red+Green+Blue) = 220+109+177=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 177 (69.53% from 255 or 34.98% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6DB1 is #23924E. Grayscale: #959595. Windows color (decimal): -2331215 or 11627996. OLE color: 11627996.

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

Color convert

RGB 220 109 177 -
CMYK 0 0.50 0.20 0.14
HSL 323.24º 0.61% 0.65% -
HSV(B) 323.24º 0.5% 0.86% -
XYZ 42.92 29.33 44.99 -
YUV 149.94 143.27 177.97 -
System Red Green Blue C M Y K H S L
Decimal 220 109 177 0 0.50 0.20 0.14 323.24 0.61 0.65
Hex DC 6D B1 0 32 14 E 143 3D 41
Octal 334 155 261 0 62 24 16 503 75 101
Binary 11011100 1101101 10110001 0 110010 10100 1110 101000011 111101 1000001

Color Harmonies of #DC6DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6DB1

Black with #DC6DB1

Text Example


Text Example

White with #DC6DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6DB1; }

 p { color: rgb(220,109,177); }

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

background-color css

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

 a { background-color: rgb(220,109,177); }

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

border-color css

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

 span { border-color: rgb(220,109,177); }

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