Html Css Color HEX #D972B2 Persian Pink

📋 copy color: '#D972B2'

red 217 ◦ green 114 ◦ blue 178

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

Shades of Persian Pink #D972B2

Tints of Persian Pink #D972B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.97%

R = 42.63%
G = 22.4%
B = 34.97%

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

#D972B2 (or 0xD972B2) is known color: Persian Pink. HEX triplet: D9, 72 and B2. RGB value is (217,114,178). Sum of RGB (Red+Green+Blue) = 217+114+178=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D972B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D972B2 is #268D4D. Grayscale: #979797. Windows color (decimal): -2526542 or 11694809. OLE color: 11694809.

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

Color convert

RGB 217 114 178 -
CMYK 0 0.47 0.18 0.15
HSL 322.72º 0.58% 0.65% -
HSV(B) 322.72º 0.47% 0.85% -
XYZ 42.67 30 45.66 -
YUV 152.09 142.62 174.3 -
System Red Green Blue C M Y K H S L
Decimal 217 114 178 0 0.47 0.18 0.15 322.72 0.58 0.65
Hex D9 72 B2 0 2F 12 F 143 3A 41
Octal 331 162 262 0 57 22 17 503 72 101
Binary 11011001 1110010 10110010 0 101111 10010 1111 101000011 111010 1000001

Color Harmonies of #D972B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D972B2

Black with #D972B2

Text Example


Text Example

White with #D972B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D972B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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