Html Css Color HEX #D974B0 Persian Pink

📋 copy color: '#D974B0'

red 217 ◦ green 116 ◦ blue 176

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

Shades of Persian Pink #D974B0

Tints of Persian Pink #D974B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.58%

R = 42.63%
G = 22.79%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D974B0 (or 0xD974B0) is known color: Persian Pink. HEX triplet: D9, 74 and B0. RGB value is (217,116,176). Sum of RGB (Red+Green+Blue) = 217+116+176=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D974B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D974B0 is #268B4F. Grayscale: #989898. Windows color (decimal): -2526032 or 11564249. OLE color: 11564249.

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

Color convert

RGB 217 116 176 -
CMYK 0 0.47 0.19 0.15
HSL 324.36º 0.57% 0.65% -
HSV(B) 324.36º 0.47% 0.85% -
XYZ 42.7 30.38 44.69 -
YUV 153.04 140.96 173.62 -
System Red Green Blue C M Y K H S L
Decimal 217 116 176 0 0.47 0.19 0.15 324.36 0.57 0.65
Hex D9 74 B0 0 2F 13 F 144 39 41
Octal 331 164 260 0 57 23 17 504 71 101
Binary 11011001 1110100 10110000 0 101111 10011 1111 101000100 111001 1000001

Color Harmonies of #D974B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D974B0

Black with #D974B0

Text Example


Text Example

White with #D974B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D974B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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