Html Css Color HEX #D974B3 Persian Pink

📋 copy color: '#D974B3'

red 217 ◦ green 116 ◦ blue 179

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

Shades of Persian Pink #D974B3

Tints of Persian Pink #D974B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.96%

R = 42.38%
G = 22.66%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D974B3 (or 0xD974B3) is known color: Persian Pink. HEX triplet: D9, 74 and B3. RGB value is (217,116,179). Sum of RGB (Red+Green+Blue) = 217+116+179=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 179 (70.31% from 255 or 34.96% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D974B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D974B3 is #268B4C. Grayscale: #999999. Windows color (decimal): -2526029 or 11760857. OLE color: 11760857.

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

Color convert

RGB 217 116 179 -
CMYK 0 0.47 0.18 0.15
HSL 322.57º 0.57% 0.65% -
HSV(B) 322.57º 0.47% 0.85% -
XYZ 43 30.5 46.27 -
YUV 153.38 142.46 173.38 -
System Red Green Blue C M Y K H S L
Decimal 217 116 179 0 0.47 0.18 0.15 322.57 0.57 0.65
Hex D9 74 B3 0 2F 12 F 143 39 41
Octal 331 164 263 0 57 22 17 503 71 101
Binary 11011001 1110100 10110011 0 101111 10010 1111 101000011 111001 1000001

Color Harmonies of #D974B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D974B3

Black with #D974B3

Text Example


Text Example

White with #D974B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D974B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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