Html Css Color HEX #DC75B0 Persian Pink

📋 copy color: '#DC75B0'

red 220 ◦ green 117 ◦ blue 176

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

Shades of Persian Pink #DC75B0

Tints of Persian Pink #DC75B0

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.81%

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

R = 42.88%
G = 22.81%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#DC75B0 (or 0xDC75B0) is known color: Persian Pink. HEX triplet: DC, 75 and B0. RGB value is (220,117,176). Sum of RGB (Red+Green+Blue) = 220+117+176=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC75B0 is #238A4F. Grayscale: #9A9A9A. Windows color (decimal): -2329168 or 11564508. OLE color: 11564508.

HSL color Cylindrical-coordinate representation of color #DC75B0: hue angle of 325.63º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC75B0 is Cyan = 0, Magento = 0.47, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 117 176 -
CMYK 0 0.47 0.2 0.14
HSL 325.63º 0.6% 0.66% -
HSV(B) 325.63º 0.47% 0.86% -
XYZ 43.71 31.07 44.77 -
YUV 154.52 140.12 174.7 -
System Red Green Blue C M Y K H S L
Decimal 220 117 176 0 0.47 0.2 0.14 325.63 0.6 0.66
Hex DC 75 B0 0 2F 14 E 146 3C 42
Octal 334 165 260 0 57 24 16 506 74 102
Binary 11011100 1110101 10110000 0 101111 10100 1110 101000110 111100 1000010

Color Harmonies of #DC75B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC75B0

Black with #DC75B0

Text Example


Text Example

White with #DC75B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC75B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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