Html Css Color HEX #D972B5 Persian Pink

📋 copy color: '#D972B5'

red 217 ◦ green 114 ◦ blue 181

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

Shades of Persian Pink #D972B5

Tints of Persian Pink #D972B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.35%

R = 42.38%
G = 22.27%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D972B5 (or 0xD972B5) is known color: Persian Pink. HEX triplet: D9, 72 and B5. RGB value is (217,114,181). Sum of RGB (Red+Green+Blue) = 217+114+181=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D972B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D972B5 is #268D4A. Grayscale: #989898. Windows color (decimal): -2526539 or 11891417. OLE color: 11891417.

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

Color convert

RGB 217 114 181 -
CMYK 0 0.47 0.17 0.15
HSL 320.97º 0.58% 0.65% -
HSV(B) 320.97º 0.47% 0.85% -
XYZ 42.97 30.12 47.27 -
YUV 152.44 144.12 174.05 -
System Red Green Blue C M Y K H S L
Decimal 217 114 181 0 0.47 0.17 0.15 320.97 0.58 0.65
Hex D9 72 B5 0 2F 11 F 141 3A 41
Octal 331 162 265 0 57 21 17 501 72 101
Binary 11011001 1110010 10110101 0 101111 10001 1111 101000001 111010 1000001

Color Harmonies of #D972B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D972B5

Black with #D972B5

Text Example


Text Example

White with #D972B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D972B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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