Html Css Color HEX #D975B8 Persian Pink

📋 copy color: '#D975B8'

red 217 ◦ green 117 ◦ blue 184

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

Shades of Persian Pink #D975B8

Tints of Persian Pink #D975B8

RGB

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

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

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

R = 41.89%
G = 22.59%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D975B8 (or 0xD975B8) is known color: Persian Pink. HEX triplet: D9, 75 and B8. RGB value is (217,117,184). Sum of RGB (Red+Green+Blue) = 217+117+184=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 184 (72.27% from 255 or 35.52% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D975B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D975B8 is #268A47. Grayscale: #9A9A9A. Windows color (decimal): -2525768 or 12088793. OLE color: 12088793.

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

Color convert

RGB 217 117 184 -
CMYK 0 0.46 0.15 0.15
HSL 319.8º 0.57% 0.65% -
HSV(B) 319.8º 0.46% 0.85% -
XYZ 43.63 30.93 49.02 -
YUV 154.54 144.63 172.55 -
System Red Green Blue C M Y K H S L
Decimal 217 117 184 0 0.46 0.15 0.15 319.8 0.57 0.65
Hex D9 75 B8 0 2E F F 140 39 41
Octal 331 165 270 0 56 17 17 500 71 101
Binary 11011001 1110101 10111000 0 101110 1111 1111 101000000 111001 1000001

Color Harmonies of #D975B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D975B8

Black with #D975B8

Text Example


Text Example

White with #D975B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D975B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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