Html Css Color HEX #DC75B8 Persian Pink

📋 copy color: '#DC75B8'

red 220 ◦ green 117 ◦ blue 184

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

Shades of Persian Pink #DC75B8

Tints of Persian Pink #DC75B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.32%

R = 42.23%
G = 22.46%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DC75B8 (or 0xDC75B8) is known color: Persian Pink. HEX triplet: DC, 75 and B8. RGB value is (220,117,184). Sum of RGB (Red+Green+Blue) = 220+117+184=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 184 (72.27% from 255 or 35.32% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75B8 is #238A47. Grayscale: #9B9B9B. Windows color (decimal): -2329160 or 12088796. OLE color: 12088796.

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

Color convert

RGB 220 117 184 -
CMYK 0 0.47 0.16 0.14
HSL 320.97º 0.6% 0.66% -
HSV(B) 320.97º 0.47% 0.86% -
XYZ 44.53 31.4 49.06 -
YUV 155.44 144.12 174.05 -
System Red Green Blue C M Y K H S L
Decimal 220 117 184 0 0.47 0.16 0.14 320.97 0.6 0.66
Hex DC 75 B8 0 2F 10 E 141 3C 42
Octal 334 165 270 0 57 20 16 501 74 102
Binary 11011100 1110101 10111000 0 101111 10000 1110 101000001 111100 1000010

Color Harmonies of #DC75B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC75B8

Black with #DC75B8

Text Example


Text Example

White with #DC75B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC75B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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