Html Css Color HEX #D975BB Persian Pink

📋 copy color: '#D975BB'

red 217 ◦ green 117 ◦ blue 187

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

Shades of Persian Pink #D975BB

Tints of Persian Pink #D975BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.89%

R = 41.65%
G = 22.46%
B = 35.89%

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

#D975BB (or 0xD975BB) is known color: Persian Pink. HEX triplet: D9, 75 and BB. RGB value is (217,117,187). Sum of RGB (Red+Green+Blue) = 217+117+187=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D975BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D975BB is #268A44. Grayscale: #9A9A9A. Windows color (decimal): -2525765 or 12285401. OLE color: 12285401.

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

Color convert

RGB 217 117 187 -
CMYK 0 0.46 0.14 0.15
HSL 318º 0.57% 0.65% -
HSV(B) 318º 0.46% 0.85% -
XYZ 43.95 31.06 50.69 -
YUV 154.88 146.13 172.31 -
System Red Green Blue C M Y K H S L
Decimal 217 117 187 0 0.46 0.14 0.15 318 0.57 0.65
Hex D9 75 BB 0 2E E F 13E 39 41
Octal 331 165 273 0 56 16 17 476 71 101
Binary 11011001 1110101 10111011 0 101110 1110 1111 100111110 111001 1000001

Color Harmonies of #D975BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D975BB

Black with #D975BB

Text Example


Text Example

White with #D975BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D975BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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