Html Css Color HEX #D673B7 Persian Pink

📋 copy color: '#D673B7'

red 214 ◦ green 115 ◦ blue 183

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

Shades of Persian Pink #D673B7

Tints of Persian Pink #D673B7

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.46%

 BLUE value IS 183 (71.88% from 255) = 35.74%

R = 41.8%
G = 22.46%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D673B7 (or 0xD673B7) is known color: Persian Pink. HEX triplet: D6, 73 and B7. RGB value is (214,115,183). Sum of RGB (Red+Green+Blue) = 214+115+183=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D673B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D673B7 is #298C48. Grayscale: #989898. Windows color (decimal): -2722889 or 12022742. OLE color: 12022742.

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

Color convert

RGB 214 115 183 -
CMYK 0 0.46 0.14 0.16
HSL 318.79º 0.55% 0.65% -
HSV(B) 318.79º 0.46% 0.84% -
XYZ 42.41 29.98 48.35 -
YUV 152.35 145.3 171.97 -
System Red Green Blue C M Y K H S L
Decimal 214 115 183 0 0.46 0.14 0.16 318.79 0.55 0.65
Hex D6 73 B7 0 2E E 10 13F 37 41
Octal 326 163 267 0 56 16 20 477 67 101
Binary 11010110 1110011 10110111 0 101110 1110 10000 100111111 110111 1000001

Color Harmonies of #D673B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D673B7

Black with #D673B7

Text Example


Text Example

White with #D673B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D673B7; }

 p { color: rgb(214,115,183); }

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

background-color css

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

 a { background-color: rgb(214,115,183); }

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

border-color css

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

 span { border-color: rgb(214,115,183); }

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