#D994A8

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

Shades of Kobi #D994A8

Tints of Kobi #D994A8

Color information

#D994A8 (or 0xD994A8) is unknown color: approx Kobi. HEX triplet: D9, 94 and A8. RGB value is (217,148,168). Sum of RGB (Red+Green+Blue) = 217+148+168=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D994A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D994A8 is #266B57. Grayscale: #AAAAAA. Windows color (decimal): -2517848 or 11048153. OLE color: 11048153.

HSL color Cylindrical-coordinate representation of color #D994A8: hue angle of 342.61º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D994A8 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB217148168-
CMYK00.320.230.15
HSL342.61º47.59%71.57%-
HSV(B)342.61º31.8%85.1%-
XYZ46.2738.7642.09-
YUV170.91126.36160.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.71%
GREEN value IS 148 (58.20% from 255) = 27.77%
BLUE value IS 168 (66.02% from 255) = 31.52%
R=40.71%
G=27.77%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714816800.320.230.15342.6147.5971.57
HexD994A802017F1573048
Octal331224250040271752760110
Binary11011001100101001010100001000001011111111010101111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D994A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D994A8; }

 p { color: rgb(217,148,168); }

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

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

 a { background-color: rgb(217,148,168); }

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

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

 span { border-color: rgb(217,148,168); }

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