Html Css Color HEX #D770B7 Persian Pink

📋 copy color: '#D770B7'

red 215 ◦ green 112 ◦ blue 183

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

Shades of Persian Pink #D770B7

Tints of Persian Pink #D770B7

RGB

 RED value IS 215 (84.38% from 255) = 42.16%

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

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

R = 42.16%
G = 21.96%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D770B7 (or 0xD770B7) is known color: Persian Pink. HEX triplet: D7, 70 and B7. RGB value is (215,112,183). Sum of RGB (Red+Green+Blue) = 215+112+183=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 183 (71.88% from 255 or 35.88% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D770B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770B7 is #288F48. Grayscale: #969696. Windows color (decimal): -2658121 or 12021975. OLE color: 12021975.

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

Color convert

RGB 215 112 183 -
CMYK 0 0.48 0.15 0.16
HSL 318.64º 0.56% 0.64% -
HSV(B) 318.64º 0.48% 0.84% -
XYZ 42.37 29.45 48.25 -
YUV 150.89 146.12 173.73 -
System Red Green Blue C M Y K H S L
Decimal 215 112 183 0 0.48 0.15 0.16 318.64 0.56 0.64
Hex D7 70 B7 0 30 F 10 13F 38 40
Octal 327 160 267 0 60 17 20 477 70 100
Binary 11010111 1110000 10110111 0 110000 1111 10000 100111111 111000 1000000

Color Harmonies of #D770B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D770B7

Black with #D770B7

Text Example


Text Example

White with #D770B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D770B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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