Html Css Color HEX #DC75B7 Persian Pink

📋 copy color: '#DC75B7'

red 220 ◦ green 117 ◦ blue 183

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

Shades of Persian Pink #DC75B7

Tints of Persian Pink #DC75B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.19%

R = 42.31%
G = 22.5%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DC75B7 (or 0xDC75B7) is known color: Persian Pink. HEX triplet: DC, 75 and B7. RGB value is (220,117,183). Sum of RGB (Red+Green+Blue) = 220+117+183=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75B7 is #238A48. Grayscale: #9B9B9B. Windows color (decimal): -2329161 or 12023260. OLE color: 12023260.

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

Color convert

RGB 220 117 183 -
CMYK 0 0.47 0.17 0.14
HSL 321.55º 0.6% 0.66% -
HSV(B) 321.55º 0.47% 0.86% -
XYZ 44.42 31.36 48.51 -
YUV 155.32 143.62 174.13 -
System Red Green Blue C M Y K H S L
Decimal 220 117 183 0 0.47 0.17 0.14 321.55 0.6 0.66
Hex DC 75 B7 0 2F 11 E 142 3C 42
Octal 334 165 267 0 57 21 16 502 74 102
Binary 11011100 1110101 10110111 0 101111 10001 1110 101000010 111100 1000010

Color Harmonies of #DC75B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC75B7

Black with #DC75B7

Text Example


Text Example

White with #DC75B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC75B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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