Html Css Color HEX #D974B6 Persian Pink

📋 copy color: '#D974B6'

red 217 ◦ green 116 ◦ blue 182

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

Shades of Persian Pink #D974B6

Tints of Persian Pink #D974B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.34%

R = 42.14%
G = 22.52%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D974B6 (or 0xD974B6) is known color: Persian Pink. HEX triplet: D9, 74 and B6. RGB value is (217,116,182). Sum of RGB (Red+Green+Blue) = 217+116+182=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 116 (45.70% from 255 or 22.52% from 515); Blue value is 182 (71.48% from 255 or 35.34% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D974B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D974B6 is #268B49. Grayscale: #999999. Windows color (decimal): -2526026 or 11957465. OLE color: 11957465.

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

Color convert

RGB 217 116 182 -
CMYK 0 0.47 0.16 0.15
HSL 320.79º 0.57% 0.65% -
HSV(B) 320.79º 0.47% 0.85% -
XYZ 43.3 30.62 47.88 -
YUV 153.72 143.96 173.13 -
System Red Green Blue C M Y K H S L
Decimal 217 116 182 0 0.47 0.16 0.15 320.79 0.57 0.65
Hex D9 74 B6 0 2F 10 F 141 39 41
Octal 331 164 266 0 57 20 17 501 71 101
Binary 11011001 1110100 10110110 0 101111 10000 1111 101000001 111001 1000001

Color Harmonies of #D974B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D974B6

Black with #D974B6

Text Example


Text Example

White with #D974B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D974B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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