Html Css Color HEX #D772B5 Persian Pink

📋 copy color: '#D772B5'

red 215 ◦ green 114 ◦ blue 181

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

Shades of Persian Pink #D772B5

Tints of Persian Pink #D772B5

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.35%

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

R = 42.16%
G = 22.35%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D772B5 (or 0xD772B5) is known color: Persian Pink. HEX triplet: D7, 72 and B5. RGB value is (215,114,181). Sum of RGB (Red+Green+Blue) = 215+114+181=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 114 (44.92% from 255 or 22.35% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D772B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D772B5 is #288D4A. Grayscale: #979797. Windows color (decimal): -2657611 or 11891415. OLE color: 11891415.

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

Color convert

RGB 215 114 181 -
CMYK 0 0.47 0.16 0.16
HSL 320.2º 0.56% 0.65% -
HSV(B) 320.2º 0.47% 0.84% -
XYZ 42.38 29.82 47.24 -
YUV 151.84 144.46 173.05 -
System Red Green Blue C M Y K H S L
Decimal 215 114 181 0 0.47 0.16 0.16 320.2 0.56 0.65
Hex D7 72 B5 0 2F 10 10 140 38 41
Octal 327 162 265 0 57 20 20 500 70 101
Binary 11010111 1110010 10110101 0 101111 10000 10000 101000000 111000 1000001

Color Harmonies of #D772B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D772B5

Black with #D772B5

Text Example


Text Example

White with #D772B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D772B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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