Html Css Color HEX #D676B5 Persian Pink

📋 copy color: '#D676B5'

red 214 ◦ green 118 ◦ blue 181

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

Shades of Persian Pink #D676B5

Tints of Persian Pink #D676B5

RGB

 RED value IS 214 (83.98% from 255) = 41.72%

 GREEN value IS 118 (46.48% from 255) = 23%

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

R = 41.72%
G = 23%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D676B5 (or 0xD676B5) is known color: Persian Pink. HEX triplet: D6, 76 and B5. RGB value is (214,118,181). Sum of RGB (Red+Green+Blue) = 214+118+181=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D676B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D676B5 is #29894A. Grayscale: #999999. Windows color (decimal): -2722123 or 11892438. OLE color: 11892438.

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

Color convert

RGB 214 118 181 -
CMYK 0 0.45 0.15 0.16
HSL 320.63º 0.54% 0.65% -
HSV(B) 320.63º 0.45% 0.84% -
XYZ 42.55 30.59 47.38 -
YUV 153.89 143.3 170.88 -
System Red Green Blue C M Y K H S L
Decimal 214 118 181 0 0.45 0.15 0.16 320.63 0.54 0.65
Hex D6 76 B5 0 2D F 10 141 36 41
Octal 326 166 265 0 55 17 20 501 66 101
Binary 11010110 1110110 10110101 0 101101 1111 10000 101000001 110110 1000001

Color Harmonies of #D676B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D676B5

Black with #D676B5

Text Example


Text Example

White with #D676B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D676B5; }

 p { color: rgb(214,118,181); }

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

background-color css

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

 a { background-color: rgb(214,118,181); }

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

border-color css

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

 span { border-color: rgb(214,118,181); }

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