Html Css Color HEX #D975BA Persian Pink

📋 copy color: '#D975BA'

red 217 ◦ green 117 ◦ blue 186

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

Shades of Persian Pink #D975BA

Tints of Persian Pink #D975BA

RGB

 RED value IS 217 (85.16% from 255) = 41.73%

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

 BLUE value IS 186 (73.05% from 255) = 35.77%

R = 41.73%
G = 22.5%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D975BA (or 0xD975BA) is known color: Persian Pink. HEX triplet: D9, 75 and BA. RGB value is (217,117,186). Sum of RGB (Red+Green+Blue) = 217+117+186=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D975BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D975BA is #268A45. Grayscale: #9A9A9A. Windows color (decimal): -2525766 or 12219865. OLE color: 12219865.

HSL color Cylindrical-coordinate representation of color #D975BA: hue angle of 318.6º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D975BA is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 117 186 -
CMYK 0 0.46 0.14 0.15
HSL 318.6º 0.57% 0.65% -
HSV(B) 318.6º 0.46% 0.85% -
XYZ 43.84 31.02 50.13 -
YUV 154.77 145.63 172.39 -
System Red Green Blue C M Y K H S L
Decimal 217 117 186 0 0.46 0.14 0.15 318.6 0.57 0.65
Hex D9 75 BA 0 2E E F 13F 39 41
Octal 331 165 272 0 56 16 17 477 71 101
Binary 11011001 1110101 10111010 0 101110 1110 1111 100111111 111001 1000001

Color Harmonies of #D975BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D975BA

Black with #D975BA

Text Example


Text Example

White with #D975BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D975BA; }

 p { color: rgb(217,117,186); }

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

background-color css

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

 a { background-color: rgb(217,117,186); }

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

border-color css

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

 span { border-color: rgb(217,117,186); }

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