Html Css Color HEX #DC6CB1 Persian Pink

📋 copy color: '#DC6CB1'

red 220 ◦ green 108 ◦ blue 177

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

Shades of Persian Pink #DC6CB1

Tints of Persian Pink #DC6CB1

RGB

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

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

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

R = 43.56%
G = 21.39%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC6CB1 (or 0xDC6CB1) is known color: Persian Pink. HEX triplet: DC, 6C and B1. RGB value is (220,108,177). Sum of RGB (Red+Green+Blue) = 220+108+177=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6CB1 is #23934E. Grayscale: #959595. Windows color (decimal): -2331471 or 11627740. OLE color: 11627740.

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

Color convert

RGB 220 108 177 -
CMYK 0 0.51 0.20 0.14
HSL 323.04º 0.62% 0.64% -
HSV(B) 323.04º 0.51% 0.86% -
XYZ 42.81 29.12 44.96 -
YUV 149.35 143.61 178.39 -
System Red Green Blue C M Y K H S L
Decimal 220 108 177 0 0.51 0.20 0.14 323.04 0.62 0.64
Hex DC 6C B1 0 33 14 E 143 3E 40
Octal 334 154 261 0 63 24 16 503 76 100
Binary 11011100 1101100 10110001 0 110011 10100 1110 101000011 111110 1000000

Color Harmonies of #DC6CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6CB1

Black with #DC6CB1

Text Example


Text Example

White with #DC6CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6CB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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