Html Css Color HEX #DC6AB5 Persian Pink

📋 copy color: '#DC6AB5'

red 220 ◦ green 106 ◦ blue 181

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

Shades of Persian Pink #DC6AB5

Tints of Persian Pink #DC6AB5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.91%

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

R = 43.39%
G = 20.91%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DC6AB5 (or 0xDC6AB5) is known color: Persian Pink. HEX triplet: DC, 6A and B5. RGB value is (220,106,181). Sum of RGB (Red+Green+Blue) = 220+106+181=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6AB5 is #23954A. Grayscale: #949494. Windows color (decimal): -2331979 or 11889372. OLE color: 11889372.

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

Color convert

RGB 220 106 181 -
CMYK 0 0.52 0.18 0.14
HSL 320.53º 0.62% 0.64% -
HSV(B) 320.53º 0.52% 0.86% -
XYZ 43.01 28.86 47.02 -
YUV 148.64 146.27 178.9 -
System Red Green Blue C M Y K H S L
Decimal 220 106 181 0 0.52 0.18 0.14 320.53 0.62 0.64
Hex DC 6A B5 0 34 12 E 141 3E 40
Octal 334 152 265 0 64 22 16 501 76 100
Binary 11011100 1101010 10110101 0 110100 10010 1110 101000001 111110 1000000

Color Harmonies of #DC6AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6AB5

Black with #DC6AB5

Text Example


Text Example

White with #DC6AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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