Html Css Color HEX #D770B3 Persian Pink

📋 copy color: '#D770B3'

red 215 ◦ green 112 ◦ blue 179

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

Shades of Persian Pink #D770B3

Tints of Persian Pink #D770B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.38%

R = 42.49%
G = 22.13%
B = 35.38%

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

#D770B3 (or 0xD770B3) is known color: Persian Pink. HEX triplet: D7, 70 and B3. RGB value is (215,112,179). Sum of RGB (Red+Green+Blue) = 215+112+179=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 215 - color contains mainly: red. Hex color #D770B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770B3 is #288F4C. Grayscale: #969696. Windows color (decimal): -2658125 or 11759831. OLE color: 11759831.

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

Color convert

RGB 215 112 179 -
CMYK 0 0.48 0.17 0.16
HSL 320.97º 0.56% 0.64% -
HSV(B) 320.97º 0.48% 0.84% -
XYZ 41.96 29.29 46.09 -
YUV 150.44 144.12 174.05 -
System Red Green Blue C M Y K H S L
Decimal 215 112 179 0 0.48 0.17 0.16 320.97 0.56 0.64
Hex D7 70 B3 0 30 11 10 141 38 40
Octal 327 160 263 0 60 21 20 501 70 100
Binary 11010111 1110000 10110011 0 110000 10001 10000 101000001 111000 1000000

Color Harmonies of #D770B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D770B3

Black with #D770B3

Text Example


Text Example

White with #D770B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D770B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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