Html Css Color HEX #D673B2 Persian Pink

📋 copy color: '#D673B2'

red 214 ◦ green 115 ◦ blue 178

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

Shades of Persian Pink #D673B2

Tints of Persian Pink #D673B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.11%

R = 42.21%
G = 22.68%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D673B2 (or 0xD673B2) is known color: Persian Pink. HEX triplet: D6, 73 and B2. RGB value is (214,115,178). Sum of RGB (Red+Green+Blue) = 214+115+178=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D673B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D673B2 is #298C4D. Grayscale: #979797. Windows color (decimal): -2722894 or 11695062. OLE color: 11695062.

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

Color convert

RGB 214 115 178 -
CMYK 0 0.46 0.17 0.16
HSL 321.82º 0.55% 0.65% -
HSV(B) 321.82º 0.46% 0.84% -
XYZ 41.9 29.77 45.66 -
YUV 151.78 142.8 172.38 -
System Red Green Blue C M Y K H S L
Decimal 214 115 178 0 0.46 0.17 0.16 321.82 0.55 0.65
Hex D6 73 B2 0 2E 11 10 142 37 41
Octal 326 163 262 0 56 21 20 502 67 101
Binary 11010110 1110011 10110010 0 101110 10001 10000 101000010 110111 1000001

Color Harmonies of #D673B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D673B2

Black with #D673B2

Text Example


Text Example

White with #D673B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D673B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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