#D675B8

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

Shades of Persian Pink #D675B8

Tints of Persian Pink #D675B8

Color information

#D675B8 (or 0xD675B8) is unknown color: approx Persian Pink. HEX triplet: D6, 75 and B8. RGB value is (214,117,184). Sum of RGB (Red+Green+Blue) = 214+117+184=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 184 (72.27% from 255 or 35.73% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D675B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D675B8 is #298A47. Grayscale: #999999. Windows color (decimal): -2722376 or 12088790. OLE color: 12088790.

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

Color convert

RGB214117184-
CMYK00.450.140.16
HSL318.56º54.19%64.9%-
HSV(B)318.56º45.33%83.92%-
XYZ42.7430.4848.98-
YUV153.64145.14171.05-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.55%
GREEN value IS 117 (46.09% from 255) = 22.72%
BLUE value IS 184 (72.27% from 255) = 35.73%
R=41.55%
G=22.72%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411718400.450.140.16318.5654.1964.9
HexD675B802DE1013f3641
Octal326165270055162047766101
Binary1101011011101011011100001011011110100001001111111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D675B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D675B8; }

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

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

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

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

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

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

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

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