#D675B4

Color #D675B4 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #D675B4

Tints of Persian Pink #D675B4

Color information

#D675B4 (or 0xD675B4) is unknown color: approx Persian Pink. HEX triplet: D6, 75 and B4. RGB value is (214,117,180). Sum of RGB (Red+Green+Blue) = 214+117+180=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D675B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D675B4 is #298A4B. Grayscale: #999999. Windows color (decimal): -2722380 or 11826646. OLE color: 11826646.

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

Color convert

RGB214117180-
CMYK00.450.160.16
HSL321.03º54.19%64.9%-
HSV(B)321.03º45.33%83.92%-
XYZ42.3330.3146.8-
YUV153.18143.14171.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.88%
GREEN value IS 117 (46.09% from 255) = 22.90%
BLUE value IS 180 (70.70% from 255) = 35.23%
R=41.88%
G=22.90%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411718000.450.160.16321.0354.1964.9
HexD675B402D10101413641
Octal326165264055202050166101
Binary11010110111010110110100010110110000100001010000011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D675B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D675B4; }

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

 H1.HeaderClassName
 {
   color: #D675B4;
 }
 .AnyTagClassName
 {
   color: #D675B4;
 }
</style>
background-color css

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

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

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

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

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

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