Html Css Color HEX #D970B7 Persian Pink

📋 copy color: '#D970B7'

red 217 ◦ green 112 ◦ blue 183

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

Shades of Persian Pink #D970B7

Tints of Persian Pink #D970B7

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.88%

 BLUE value IS 183 (71.88% from 255) = 35.74%

R = 42.38%
G = 21.88%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D970B7 (or 0xD970B7) is known color: Persian Pink. HEX triplet: D9, 70 and B7. RGB value is (217,112,183). Sum of RGB (Red+Green+Blue) = 217+112+183=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D970B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D970B7 is #268F48. Grayscale: #979797. Windows color (decimal): -2527049 or 12021977. OLE color: 12021977.

HSL color Cylindrical-coordinate representation of color #D970B7: hue angle of 319.43º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D970B7 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 112 183 -
CMYK 0 0.48 0.16 0.15
HSL 319.43º 0.58% 0.65% -
HSV(B) 319.43º 0.48% 0.85% -
XYZ 42.96 29.76 48.28 -
YUV 151.49 145.79 174.73 -
System Red Green Blue C M Y K H S L
Decimal 217 112 183 0 0.48 0.16 0.15 319.43 0.58 0.65
Hex D9 70 B7 0 30 10 F 13F 3A 41
Octal 331 160 267 0 60 20 17 477 72 101
Binary 11011001 1110000 10110111 0 110000 10000 1111 100111111 111010 1000001

Color Harmonies of #D970B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D970B7

Black with #D970B7

Text Example


Text Example

White with #D970B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D970B7; }

 p { color: rgb(217,112,183); }

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

background-color css

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

 a { background-color: rgb(217,112,183); }

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

border-color css

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

 span { border-color: rgb(217,112,183); }

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