Html Css Color HEX #D972B3 Persian Pink

📋 copy color: '#D972B3'

red 217 ◦ green 114 ◦ blue 179

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

Shades of Persian Pink #D972B3

Tints of Persian Pink #D972B3

RGB

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

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

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

R = 42.55%
G = 22.35%
B = 35.1%

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

#D972B3 (or 0xD972B3) is known color: Persian Pink. HEX triplet: D9, 72 and B3. RGB value is (217,114,179). Sum of RGB (Red+Green+Blue) = 217+114+179=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 114 (44.92% from 255 or 22.35% from 510); Blue value is 179 (70.31% from 255 or 35.10% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D972B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D972B3 is #268D4C. Grayscale: #989898. Windows color (decimal): -2526541 or 11760345. OLE color: 11760345.

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

Color convert

RGB 217 114 179 -
CMYK 0 0.47 0.18 0.15
HSL 322.14º 0.58% 0.65% -
HSV(B) 322.14º 0.47% 0.85% -
XYZ 42.77 30.04 46.19 -
YUV 152.21 143.12 174.21 -
System Red Green Blue C M Y K H S L
Decimal 217 114 179 0 0.47 0.18 0.15 322.14 0.58 0.65
Hex D9 72 B3 0 2F 12 F 142 3A 41
Octal 331 162 263 0 57 22 17 502 72 101
Binary 11011001 1110010 10110011 0 101111 10010 1111 101000010 111010 1000001

Color Harmonies of #D972B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D972B3

Black with #D972B3

Text Example


Text Example

White with #D972B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D972B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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