Html Css Color HEX #DC6EB0 Persian Pink

📋 copy color: '#DC6EB0'

red 220 ◦ green 110 ◦ blue 176

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

Shades of Persian Pink #DC6EB0

Tints of Persian Pink #DC6EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.78%

R = 43.48%
G = 21.74%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#DC6EB0 (or 0xDC6EB0) is known color: Persian Pink. HEX triplet: DC, 6E and B0. RGB value is (220,110,176). Sum of RGB (Red+Green+Blue) = 220+110+176=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6EB0 is #23914F. Grayscale: #969696. Windows color (decimal): -2330960 or 11562716. OLE color: 11562716.

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

Color convert

RGB 220 110 176 -
CMYK 0 0.50 0.2 0.14
HSL 324º 0.61% 0.65% -
HSV(B) 324º 0.5% 0.86% -
XYZ 42.93 29.5 44.51 -
YUV 150.41 142.44 177.63 -
System Red Green Blue C M Y K H S L
Decimal 220 110 176 0 0.50 0.2 0.14 324 0.61 0.65
Hex DC 6E B0 0 32 14 E 144 3D 41
Octal 334 156 260 0 62 24 16 504 75 101
Binary 11011100 1101110 10110000 0 110010 10100 1110 101000100 111101 1000001

Color Harmonies of #DC6EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6EB0

Black with #DC6EB0

Text Example


Text Example

White with #DC6EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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