#D67B98

Color #D67B98 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #D67B98

Tints of Pale Violet Red #D67B98

Color information

#D67B98 (or 0xD67B98) is unknown color: approx Pale Violet Red. HEX triplet: D6, 7B and 98. RGB value is (214,123,152). Sum of RGB (Red+Green+Blue) = 214+123+152=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D67B98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67B98 is #298467. Grayscale: #999999. Windows color (decimal): -2720872 or 9993174. OLE color: 9993174.

HSL color Cylindrical-coordinate representation of color #D67B98: hue angle of 340.88º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67B98 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB214123152-
CMYK00.430.290.16
HSL340.88º52.6%66.08%-
HSV(B)340.88º42.52%83.92%-
XYZ40.4830.7333.5-
YUV153.51127.15171.14-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.76%
GREEN value IS 123 (48.44% from 255) = 25.15%
BLUE value IS 152 (59.77% from 255) = 31.08%
R=43.76%
G=25.15%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412315200.430.290.16340.8852.666.08
HexD67B9802B1D101553542
Octal326173230053352052565102
Binary11010110111101110011000010101111101100001010101011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67B98; }

 p { color: rgb(214,123,152); }

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

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

 a { background-color: rgb(214,123,152); }

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

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

 span { border-color: rgb(214,123,152); }

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