Html Css Color HEX #D772B3 Persian Pink

📋 copy color: '#D772B3'

red 215 ◦ green 114 ◦ blue 179

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

Shades of Persian Pink #D772B3

Tints of Persian Pink #D772B3

RGB

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

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

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

R = 42.32%
G = 22.44%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D772B3 (or 0xD772B3) is known color: Persian Pink. HEX triplet: D7, 72 and B3. RGB value is (215,114,179). Sum of RGB (Red+Green+Blue) = 215+114+179=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 179 (70.31% from 255 or 35.24% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D772B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D772B3 is #288D4C. Grayscale: #979797. Windows color (decimal): -2657613 or 11760343. OLE color: 11760343.

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

Color convert

RGB 215 114 179 -
CMYK 0 0.47 0.17 0.16
HSL 321.39º 0.56% 0.65% -
HSV(B) 321.39º 0.47% 0.84% -
XYZ 42.18 29.74 46.16 -
YUV 151.61 143.46 173.21 -
System Red Green Blue C M Y K H S L
Decimal 215 114 179 0 0.47 0.17 0.16 321.39 0.56 0.65
Hex D7 72 B3 0 2F 11 10 141 38 41
Octal 327 162 263 0 57 21 20 501 70 101
Binary 11010111 1110010 10110011 0 101111 10001 10000 101000001 111000 1000001

Color Harmonies of #D772B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D772B3

Black with #D772B3

Text Example


Text Example

White with #D772B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D772B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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