Html Css Color HEX #D770B5 Persian Pink

📋 copy color: '#D770B5'

red 215 ◦ green 112 ◦ blue 181

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

Shades of Persian Pink #D770B5

Tints of Persian Pink #D770B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.63%

R = 42.32%
G = 22.05%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D770B5 (or 0xD770B5) is known color: Persian Pink. HEX triplet: D7, 70 and B5. RGB value is (215,112,181). Sum of RGB (Red+Green+Blue) = 215+112+181=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D770B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770B5 is #288F4A. Grayscale: #969696. Windows color (decimal): -2658123 or 11890903. OLE color: 11890903.

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

Color convert

RGB 215 112 181 -
CMYK 0 0.48 0.16 0.16
HSL 319.81º 0.56% 0.64% -
HSV(B) 319.81º 0.48% 0.84% -
XYZ 42.16 29.37 47.16 -
YUV 150.66 145.12 173.89 -
System Red Green Blue C M Y K H S L
Decimal 215 112 181 0 0.48 0.16 0.16 319.81 0.56 0.64
Hex D7 70 B5 0 30 10 10 140 38 40
Octal 327 160 265 0 60 20 20 500 70 100
Binary 11010111 1110000 10110101 0 110000 10000 10000 101000000 111000 1000000

Color Harmonies of #D770B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D770B5

Black with #D770B5

Text Example


Text Example

White with #D770B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D770B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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