Html Css Color HEX #DC6EB5 Persian Pink

📋 copy color: '#DC6EB5'

red 220 ◦ green 110 ◦ blue 181

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

Shades of Persian Pink #DC6EB5

Tints of Persian Pink #DC6EB5

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.53%

 BLUE value IS 181 (71.09% from 255) = 35.42%

R = 43.05%
G = 21.53%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DC6EB5 (or 0xDC6EB5) is known color: Persian Pink. HEX triplet: DC, 6E and B5. RGB value is (220,110,181). Sum of RGB (Red+Green+Blue) = 220+110+181=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6EB5 is #23914A. Grayscale: #969696. Windows color (decimal): -2330955 or 11890396. OLE color: 11890396.

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

Color convert

RGB 220 110 181 -
CMYK 0 0.50 0.18 0.14
HSL 321.27º 0.61% 0.65% -
HSV(B) 321.27º 0.5% 0.86% -
XYZ 43.43 29.7 47.16 -
YUV 150.98 144.94 177.23 -
System Red Green Blue C M Y K H S L
Decimal 220 110 181 0 0.50 0.18 0.14 321.27 0.61 0.65
Hex DC 6E B5 0 32 12 E 141 3D 41
Octal 334 156 265 0 62 22 16 501 75 101
Binary 11011100 1101110 10110101 0 110010 10010 1110 101000001 111101 1000001

Color Harmonies of #DC6EB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6EB5

Black with #DC6EB5

Text Example


Text Example

White with #DC6EB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6EB5; }

 p { color: rgb(220,110,181); }

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

background-color css

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

 a { background-color: rgb(220,110,181); }

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

border-color css

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

 span { border-color: rgb(220,110,181); }

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