Html Css Color HEX #D774B6 Persian Pink

📋 copy color: '#D774B6'

red 215 ◦ green 116 ◦ blue 182

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

Shades of Persian Pink #D774B6

Tints of Persian Pink #D774B6

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.61%

 BLUE value IS 182 (71.48% from 255) = 35.48%

R = 41.91%
G = 22.61%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D774B6 (or 0xD774B6) is known color: Persian Pink. HEX triplet: D7, 74 and B6. RGB value is (215,116,182). Sum of RGB (Red+Green+Blue) = 215+116+182=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D774B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D774B6 is #288B49. Grayscale: #989898. Windows color (decimal): -2657098 or 11957463. OLE color: 11957463.

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

Color convert

RGB 215 116 182 -
CMYK 0 0.46 0.15 0.16
HSL 320º 0.55% 0.65% -
HSV(B) 320º 0.46% 0.84% -
XYZ 42.71 30.32 47.86 -
YUV 153.13 144.3 172.13 -
System Red Green Blue C M Y K H S L
Decimal 215 116 182 0 0.46 0.15 0.16 320 0.55 0.65
Hex D7 74 B6 0 2E F 10 140 37 41
Octal 327 164 266 0 56 17 20 500 67 101
Binary 11010111 1110100 10110110 0 101110 1111 10000 101000000 110111 1000001

Color Harmonies of #D774B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D774B6

Black with #D774B6

Text Example


Text Example

White with #D774B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D774B6; }

 p { color: rgb(215,116,182); }

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

background-color css

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

 a { background-color: rgb(215,116,182); }

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

border-color css

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

 span { border-color: rgb(215,116,182); }

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