Html Css Color HEX #D673B4 Persian Pink

📋 copy color: '#D673B4'

red 214 ◦ green 115 ◦ blue 180

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

Shades of Persian Pink #D673B4

Tints of Persian Pink #D673B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.36%

R = 42.04%
G = 22.59%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D673B4 (or 0xD673B4) is known color: Persian Pink. HEX triplet: D6, 73 and B4. RGB value is (214,115,180). Sum of RGB (Red+Green+Blue) = 214+115+180=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D673B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D673B4 is #298C4B. Grayscale: #979797. Windows color (decimal): -2722892 or 11826134. OLE color: 11826134.

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

Color convert

RGB 214 115 180 -
CMYK 0 0.46 0.16 0.16
HSL 320.61º 0.55% 0.65% -
HSV(B) 320.61º 0.46% 0.84% -
XYZ 42.1 29.85 46.72 -
YUV 152.01 143.8 172.21 -
System Red Green Blue C M Y K H S L
Decimal 214 115 180 0 0.46 0.16 0.16 320.61 0.55 0.65
Hex D6 73 B4 0 2E 10 10 141 37 41
Octal 326 163 264 0 56 20 20 501 67 101
Binary 11010110 1110011 10110100 0 101110 10000 10000 101000001 110111 1000001

Color Harmonies of #D673B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D673B4

Black with #D673B4

Text Example


Text Example

White with #D673B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D673B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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