Html Css Color HEX #D972B0 Persian Pink

📋 copy color: '#D972B0'

red 217 ◦ green 114 ◦ blue 176

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

Shades of Persian Pink #D972B0

Tints of Persian Pink #D972B0

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.49%

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

R = 42.8%
G = 22.49%
B = 34.71%

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

#D972B0 (or 0xD972B0) is known color: Persian Pink. HEX triplet: D9, 72 and B0. RGB value is (217,114,176). Sum of RGB (Red+Green+Blue) = 217+114+176=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D972B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D972B0 is #268D4F. Grayscale: #979797. Windows color (decimal): -2526544 or 11563737. OLE color: 11563737.

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

Color convert

RGB 217 114 176 -
CMYK 0 0.47 0.19 0.15
HSL 323.88º 0.58% 0.65% -
HSV(B) 323.88º 0.47% 0.85% -
XYZ 42.47 29.92 44.61 -
YUV 151.87 141.62 174.46 -
System Red Green Blue C M Y K H S L
Decimal 217 114 176 0 0.47 0.19 0.15 323.88 0.58 0.65
Hex D9 72 B0 0 2F 13 F 144 3A 41
Octal 331 162 260 0 57 23 17 504 72 101
Binary 11011001 1110010 10110000 0 101111 10011 1111 101000100 111010 1000001

Color Harmonies of #D972B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D972B0

Black with #D972B0

Text Example


Text Example

White with #D972B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D972B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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