Html Css Color HEX #DC6CB5 Persian Pink

📋 copy color: '#DC6CB5'

red 220 ◦ green 108 ◦ blue 181

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

Shades of Persian Pink #DC6CB5

Tints of Persian Pink #DC6CB5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.22%

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

R = 43.22%
G = 21.22%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DC6CB5 (or 0xDC6CB5) is known color: Persian Pink. HEX triplet: DC, 6C and B5. RGB value is (220,108,181). Sum of RGB (Red+Green+Blue) = 220+108+181=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6CB5 is #23934A. Grayscale: #959595. Windows color (decimal): -2331467 or 11889884. OLE color: 11889884.

HSL color Cylindrical-coordinate representation of color #DC6CB5: hue angle of 320.89º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6CB5 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 108 181 -
CMYK 0 0.51 0.18 0.14
HSL 320.89º 0.62% 0.64% -
HSV(B) 320.89º 0.51% 0.86% -
XYZ 43.22 29.28 47.09 -
YUV 149.81 145.61 178.06 -
System Red Green Blue C M Y K H S L
Decimal 220 108 181 0 0.51 0.18 0.14 320.89 0.62 0.64
Hex DC 6C B5 0 33 12 E 141 3E 40
Octal 334 154 265 0 63 22 16 501 76 100
Binary 11011100 1101100 10110101 0 110011 10010 1110 101000001 111110 1000000

Color Harmonies of #DC6CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6CB5

Black with #DC6CB5

Text Example


Text Example

White with #DC6CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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