Html Css Color HEX #D673B6 Persian Pink

📋 copy color: '#D673B6'

red 214 ◦ green 115 ◦ blue 182

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

Shades of Persian Pink #D673B6

Tints of Persian Pink #D673B6

RGB

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

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

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

R = 41.88%
G = 22.5%
B = 35.62%

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

#D673B6 (or 0xD673B6) is known color: Persian Pink. HEX triplet: D6, 73 and B6. RGB value is (214,115,182). Sum of RGB (Red+Green+Blue) = 214+115+182=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D673B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D673B6 is #298C49. Grayscale: #989898. Windows color (decimal): -2722890 or 11957206. OLE color: 11957206.

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

Color convert

RGB 214 115 182 -
CMYK 0 0.46 0.15 0.16
HSL 319.39º 0.55% 0.65% -
HSV(B) 319.39º 0.46% 0.84% -
XYZ 42.31 29.94 47.8 -
YUV 152.24 144.8 172.05 -
System Red Green Blue C M Y K H S L
Decimal 214 115 182 0 0.46 0.15 0.16 319.39 0.55 0.65
Hex D6 73 B6 0 2E F 10 13F 37 41
Octal 326 163 266 0 56 17 20 477 67 101
Binary 11010110 1110011 10110110 0 101110 1111 10000 100111111 110111 1000001

Color Harmonies of #D673B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D673B6

Black with #D673B6

Text Example


Text Example

White with #D673B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D673B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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