Html Css Color HEX #D972B6 Persian Pink

📋 copy color: '#D972B6'

red 217 ◦ green 114 ◦ blue 182

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

Shades of Persian Pink #D972B6

Tints of Persian Pink #D972B6

RGB

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

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

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

R = 42.3%
G = 22.22%
B = 35.48%

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

#D972B6 (or 0xD972B6) is known color: Persian Pink. HEX triplet: D9, 72 and B6. RGB value is (217,114,182). Sum of RGB (Red+Green+Blue) = 217+114+182=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D972B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D972B6 is #268D49. Grayscale: #989898. Windows color (decimal): -2526538 or 11956953. OLE color: 11956953.

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

Color convert

RGB 217 114 182 -
CMYK 0 0.47 0.16 0.15
HSL 320.39º 0.58% 0.65% -
HSV(B) 320.39º 0.47% 0.85% -
XYZ 43.08 30.16 47.81 -
YUV 152.55 144.62 173.97 -
System Red Green Blue C M Y K H S L
Decimal 217 114 182 0 0.47 0.16 0.15 320.39 0.58 0.65
Hex D9 72 B6 0 2F 10 F 140 3A 41
Octal 331 162 266 0 57 20 17 500 72 101
Binary 11011001 1110010 10110110 0 101111 10000 1111 101000000 111010 1000001

Color Harmonies of #D972B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D972B6

Black with #D972B6

Text Example


Text Example

White with #D972B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D972B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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