Html Css Color HEX #D970B1 Persian Pink

📋 copy color: '#D970B1'

red 217 ◦ green 112 ◦ blue 177

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

Shades of Persian Pink #D970B1

Tints of Persian Pink #D970B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.98%

R = 42.89%
G = 22.13%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D970B1 (or 0xD970B1) is known color: Persian Pink. HEX triplet: D9, 70 and B1. RGB value is (217,112,177). Sum of RGB (Red+Green+Blue) = 217+112+177=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 177 (69.53% from 255 or 34.98% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D970B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D970B1 is #268F4E. Grayscale: #969696. Windows color (decimal): -2527055 or 11628761. OLE color: 11628761.

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

Color convert

RGB 217 112 177 -
CMYK 0 0.48 0.18 0.15
HSL 322.86º 0.58% 0.65% -
HSV(B) 322.86º 0.48% 0.85% -
XYZ 42.35 29.51 45.06 -
YUV 150.81 142.79 175.21 -
System Red Green Blue C M Y K H S L
Decimal 217 112 177 0 0.48 0.18 0.15 322.86 0.58 0.65
Hex D9 70 B1 0 30 12 F 143 3A 41
Octal 331 160 261 0 60 22 17 503 72 101
Binary 11011001 1110000 10110001 0 110000 10010 1111 101000011 111010 1000001

Color Harmonies of #D970B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D970B1

Black with #D970B1

Text Example


Text Example

White with #D970B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D970B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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