Html Css Color HEX #D974B9 Persian Pink

📋 copy color: '#D974B9'

red 217 ◦ green 116 ◦ blue 185

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

Shades of Persian Pink #D974B9

Tints of Persian Pink #D974B9

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.39%

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

R = 41.89%
G = 22.39%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D974B9 (or 0xD974B9) is known color: Persian Pink. HEX triplet: D9, 74 and B9. RGB value is (217,116,185). Sum of RGB (Red+Green+Blue) = 217+116+185=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D974B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D974B9 is #268B46. Grayscale: #999999. Windows color (decimal): -2526023 or 12154073. OLE color: 12154073.

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

Color convert

RGB 217 116 185 -
CMYK 0 0.47 0.15 0.15
HSL 319.01º 0.57% 0.65% -
HSV(B) 319.01º 0.47% 0.85% -
XYZ 43.62 30.75 49.53 -
YUV 154.07 145.46 172.89 -
System Red Green Blue C M Y K H S L
Decimal 217 116 185 0 0.47 0.15 0.15 319.01 0.57 0.65
Hex D9 74 B9 0 2F F F 13F 39 41
Octal 331 164 271 0 57 17 17 477 71 101
Binary 11011001 1110100 10111001 0 101111 1111 1111 100111111 111001 1000001

Color Harmonies of #D974B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D974B9

Black with #D974B9

Text Example


Text Example

White with #D974B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D974B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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