Html Css Color HEX #D975B9 Persian Pink

📋 copy color: '#D975B9'

red 217 ◦ green 117 ◦ blue 185

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

Shades of Persian Pink #D975B9

Tints of Persian Pink #D975B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.65%

R = 41.81%
G = 22.54%
B = 35.65%

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

#D975B9 (or 0xD975B9) is known color: Persian Pink. HEX triplet: D9, 75 and B9. RGB value is (217,117,185). Sum of RGB (Red+Green+Blue) = 217+117+185=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D975B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D975B9 is #268A46. Grayscale: #9A9A9A. Windows color (decimal): -2525767 or 12154329. OLE color: 12154329.

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

Color convert

RGB 217 117 185 -
CMYK 0 0.46 0.15 0.15
HSL 319.2º 0.57% 0.65% -
HSV(B) 319.2º 0.46% 0.85% -
XYZ 43.73 30.98 49.57 -
YUV 154.65 145.13 172.47 -
System Red Green Blue C M Y K H S L
Decimal 217 117 185 0 0.46 0.15 0.15 319.2 0.57 0.65
Hex D9 75 B9 0 2E F F 13F 39 41
Octal 331 165 271 0 56 17 17 477 71 101
Binary 11011001 1110101 10111001 0 101110 1111 1111 100111111 111001 1000001

Color Harmonies of #D975B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D975B9

Black with #D975B9

Text Example


Text Example

White with #D975B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D975B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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