Html Css Color HEX #D770B2 Persian Pink

📋 copy color: '#D770B2'

red 215 ◦ green 112 ◦ blue 178

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

Shades of Persian Pink #D770B2

Tints of Persian Pink #D770B2

RGB

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

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

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

R = 42.57%
G = 22.18%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D770B2 (or 0xD770B2) is known color: Persian Pink. HEX triplet: D7, 70 and B2. RGB value is (215,112,178). Sum of RGB (Red+Green+Blue) = 215+112+178=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 215 - color contains mainly: red. Hex color #D770B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D770B2 is #288F4D. Grayscale: #969696. Windows color (decimal): -2658126 or 11694295. OLE color: 11694295.

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

Color convert

RGB 215 112 178 -
CMYK 0 0.48 0.17 0.16
HSL 321.55º 0.56% 0.64% -
HSV(B) 321.55º 0.48% 0.84% -
XYZ 41.85 29.25 45.56 -
YUV 150.32 143.62 174.13 -
System Red Green Blue C M Y K H S L
Decimal 215 112 178 0 0.48 0.17 0.16 321.55 0.56 0.64
Hex D7 70 B2 0 30 11 10 142 38 40
Octal 327 160 262 0 60 21 20 502 70 100
Binary 11010111 1110000 10110010 0 110000 10001 10000 101000010 111000 1000000

Color Harmonies of #D770B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D770B2

Black with #D770B2

Text Example


Text Example

White with #D770B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D770B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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