Html Css Color HEX #D974BA Persian Pink

📋 copy color: '#D974BA'

red 217 ◦ green 116 ◦ blue 186

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

Shades of Persian Pink #D974BA

Tints of Persian Pink #D974BA

RGB

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

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

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

R = 41.81%
G = 22.35%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D974BA (or 0xD974BA) is known color: Persian Pink. HEX triplet: D9, 74 and BA. RGB value is (217,116,186). Sum of RGB (Red+Green+Blue) = 217+116+186=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D974BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D974BA is #268B45. Grayscale: #9A9A9A. Windows color (decimal): -2526022 or 12219609. OLE color: 12219609.

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

Color convert

RGB 217 116 186 -
CMYK 0 0.47 0.14 0.15
HSL 318.42º 0.57% 0.65% -
HSV(B) 318.42º 0.47% 0.85% -
XYZ 43.72 30.79 50.09 -
YUV 154.18 145.96 172.81 -
System Red Green Blue C M Y K H S L
Decimal 217 116 186 0 0.47 0.14 0.15 318.42 0.57 0.65
Hex D9 74 BA 0 2F E F 13E 39 41
Octal 331 164 272 0 57 16 17 476 71 101
Binary 11011001 1110100 10111010 0 101111 1110 1111 100111110 111001 1000001

Color Harmonies of #D974BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D974BA

Black with #D974BA

Text Example


Text Example

White with #D974BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D974BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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