#D674B4

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

Shades of Persian Pink #D674B4

Tints of Persian Pink #D674B4

Color information

#D674B4 (or 0xD674B4) is unknown color: approx Persian Pink. HEX triplet: D6, 74 and B4. RGB value is (214,116,180). Sum of RGB (Red+Green+Blue) = 214+116+180=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 180 (70.70% from 255 or 35.29% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D674B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D674B4 is #298B4B. Grayscale: #989898. Windows color (decimal): -2722636 or 11826390. OLE color: 11826390.

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

Color convert

RGB214116180-
CMYK00.460.160.16
HSL320.82º54.44%64.71%-
HSV(B)320.82º45.79%83.92%-
XYZ42.2230.0846.76-
YUV152.6143.47171.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.96%
GREEN value IS 116 (45.70% from 255) = 22.75%
BLUE value IS 180 (70.70% from 255) = 35.29%
R=41.96%
G=22.75%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411618000.460.160.16320.8254.4464.71
HexD674B402E10101413641
Octal326164264056202050166101
Binary11010110111010010110100010111010000100001010000011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D674B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D674B4; }

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

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

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

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

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

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

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

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